#057B0B

Color #057B0B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #057B0B

Tints of Green #057B0B

Color information

#057B0B (or 0x057B0B) is unknown color: approx Green. HEX triplet: 05, 7B and 0B. RGB value is (5,123,11). Sum of RGB (Red+Green+Blue) = 5+123+11=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 123 (48.44% from 255 or 88.49% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 123 - color contains mainly: green. Hex color #057B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057B0B is #FA84F4. Grayscale: #4B4B4B. Windows color (decimal): -16418037 or 752389. OLE color: 752389.

HSL color Cylindrical-coordinate representation of color #057B0B: hue angle of 123.05º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B0B is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB512311-
CMYK0.9600.910.52
HSL123.05º92.19%25.1%-
HSV(B)123.05º95.93%48.24%-
XYZ7.2114.222.68-
YUV74.9591.9178.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 123 (48.44% from 255) = 88.49%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=3.60%
G=88.49%
B=7.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123110.9600.910.52123.0592.1925.1
Hex57BB6005B347b5c19
Octal51731314001336417313431
Binary101111101110111100000010110111101001111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057B0B; }

 p { color: rgb(5,123,11); }

 H1.HeaderClassName
 {
   color: #057B0B;
 }
 .AnyTagClassName
 {
   color: #057B0B;
 }
</style>
background-color css

<style>
 a { background-color: #057B0B; }

 a { background-color: rgb(5,123,11); }

 div.DivClassName
 {
   background-color: #057B0B;
 }
 .BgClassName
 {
   background-color: #057B0B;
 }
</style>
border-color css

<style>
 span { border-color: #057B0B; }

 span { border-color: rgb(5,123,11); }

 td.TdClassName
 {
   border-color: #057B0B;
 }
 .TagClassName
 {
   border-color: #057B0B;
 }
</style>