Html Css Color HEX #557008 Fiji Green

📋 copy color: '#557008'

red 85 ◦ green 112 ◦ blue 8

#557008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #557008

Tints of Fiji Green #557008

RGB

 RED value IS 85 (33.59% from 255) = 41.46%

 GREEN value IS 112 (44.14% from 255) = 54.63%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 41.46%
G = 54.63%
B = 3.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#557008 (or 0x557008) is known color: Fiji Green. HEX triplet: 55, 70 and 08. RGB value is (85,112,8). Sum of RGB (Red+Green+Blue) = 85+112+8=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #557008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557008 is #AA8FF7. Grayscale: #5C5C5C. Windows color (decimal): -11177976 or 553045. OLE color: 553045.

HSL color Cylindrical-coordinate representation of color #557008: hue angle of 75.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557008 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 8 -
CMYK 0.24 0 0.93 0.56
HSL 75.58º 0.87% 0.24% -
HSV(B) 75.58º 0.93% 0.44% -
XYZ 9.58 13.54 2.34 -
YUV 92.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 85 112 8 0.24 0 0.93 0.56 75.58 0.87 0.24
Hex 55 70 8 18 0 5D 38 4C 57 18
Octal 125 160 10 30 0 135 70 114 127 30
Binary 1010101 1110000 1000 11000 0 1011101 111000 1001100 1010111 11000

Color Harmonies of #557008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557008

Black with #557008

Text Example


Text Example

White with #557008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557008; }

 p { color: rgb(85,112,8); }

 H1.HeaderClassName
 {
   color: #557008;
 }
 .AnyTagClassName
 {
   color: #557008;
 }
</style>

background-color css

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

 a { background-color: rgb(85,112,8); }

 div.DivClassName
 {
   background-color: #557008;
 }
 .BgClassName
 {
   background-color: #557008;
 }
</style>

border-color css

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

 span { border-color: rgb(85,112,8); }

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