Html Css Color HEX #557602 Fiji Green

📋 copy color: '#557602'

red 85 ◦ green 118 ◦ blue 2

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

Shades of Fiji Green #557602

Tints of Fiji Green #557602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.56%

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

R = 41.46%
G = 57.56%
B = 0.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#557602 (or 0x557602) is known color: Fiji Green. HEX triplet: 55, 76 and 02. RGB value is (85,118,2). Sum of RGB (Red+Green+Blue) = 85+118+2=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #557602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557602 is #AA89FD. Grayscale: #5F5F5F. Windows color (decimal): -11176446 or 161365. OLE color: 161365.

HSL color Cylindrical-coordinate representation of color #557602: hue angle of 77.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #557602 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 2 -
CMYK 0.28 0 0.98 0.54
HSL 77.07º 0.97% 0.24% -
HSV(B) 77.07º 0.98% 0.46% -
XYZ 10.24 14.89 2.39 -
YUV 94.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 85 118 2 0.28 0 0.98 0.54 77.07 0.97 0.24
Hex 55 76 2 1C 0 62 36 4D 61 18
Octal 125 166 2 34 0 142 66 115 141 30
Binary 1010101 1110110 10 11100 0 1100010 110110 1001101 1100001 11000

Color Harmonies of #557602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557602

Black with #557602

Text Example


Text Example

White with #557602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557602; }

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

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

background-color css

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

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

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

border-color css

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

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

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