Html Css Color HEX #557002 Fiji Green

📋 copy color: '#557002'

red 85 ◦ green 112 ◦ blue 2

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

Shades of Fiji Green #557002

Tints of Fiji Green #557002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 42.71%
G = 56.28%
B = 1.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#557002 (or 0x557002) is known color: Fiji Green. HEX triplet: 55, 70 and 02. RGB value is (85,112,2). Sum of RGB (Red+Green+Blue) = 85+112+2=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #557002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557002 is #AA8FFD. Grayscale: #5B5B5B. Windows color (decimal): -11177982 or 159829. OLE color: 159829.

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

Color convert

RGB 85 112 2 -
CMYK 0.24 0 0.98 0.56
HSL 74.73º 0.96% 0.22% -
HSV(B) 74.73º 0.98% 0.44% -
XYZ 9.55 13.52 2.16 -
YUV 91.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 85 112 2 0.24 0 0.98 0.56 74.73 0.96 0.22
Hex 55 70 2 18 0 62 38 4B 60 16
Octal 125 160 2 30 0 142 70 113 140 26
Binary 1010101 1110000 10 11000 0 1100010 111000 1001011 1100000 10110

Color Harmonies of #557002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557002

Black with #557002

Text Example


Text Example

White with #557002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557002; }

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

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

background-color css

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

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

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

border-color css

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

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

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