Html Css Color HEX #557009 Fiji Green

📋 copy color: '#557009'

red 85 ◦ green 112 ◦ blue 9

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

Shades of Fiji Green #557009

Tints of Fiji Green #557009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 41.26%
G = 54.37%
B = 4.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#557009 (or 0x557009) is known color: Fiji Green. HEX triplet: 55, 70 and 09. RGB value is (85,112,9). Sum of RGB (Red+Green+Blue) = 85+112+9=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #557009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557009 is #AA8FF6. Grayscale: #5C5C5C. Windows color (decimal): -11177975 or 618581. OLE color: 618581.

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

Color convert

RGB 85 112 9 -
CMYK 0.24 0 0.92 0.56
HSL 75.73º 0.85% 0.24% -
HSV(B) 75.73º 0.92% 0.44% -
XYZ 9.59 13.54 2.37 -
YUV 92.19 81.05 122.88 -
System Red Green Blue C M Y K H S L
Decimal 85 112 9 0.24 0 0.92 0.56 75.73 0.85 0.24
Hex 55 70 9 18 0 5C 38 4C 55 18
Octal 125 160 11 30 0 134 70 114 125 30
Binary 1010101 1110000 1001 11000 0 1011100 111000 1001100 1010101 11000

Color Harmonies of #557009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557009

Black with #557009

Text Example


Text Example

White with #557009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557009; }

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

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

background-color css

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

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

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

border-color css

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

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

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