Html Css Color HEX #557502 Fiji Green

📋 copy color: '#557502'

red 85 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #557502

Tints of Fiji Green #557502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

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

R = 41.67%
G = 57.35%
B = 0.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#557502 (or 0x557502) is known color: Fiji Green. HEX triplet: 55, 75 and 02. RGB value is (85,117,2). Sum of RGB (Red+Green+Blue) = 85+117+2=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #557502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557502 is #AA8AFD. Grayscale: #5E5E5E. Windows color (decimal): -11176702 or 161109. OLE color: 161109.

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

Color convert

RGB 85 117 2 -
CMYK 0.27 0 0.98 0.54
HSL 76.7º 0.97% 0.23% -
HSV(B) 76.7º 0.98% 0.46% -
XYZ 10.12 14.66 2.35 -
YUV 94.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 85 117 2 0.27 0 0.98 0.54 76.7 0.97 0.23
Hex 55 75 2 1B 0 62 36 4D 61 17
Octal 125 165 2 33 0 142 66 115 141 27
Binary 1010101 1110101 10 11011 0 1100010 110110 1001101 1100001 10111

Color Harmonies of #557502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557502

Black with #557502

Text Example


Text Example

White with #557502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557502; }

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

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

background-color css

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

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

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

border-color css

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

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

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