#557502

Color #557502 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #557502

Tints of Fiji Green #557502

Color information

#557502 (or 0x557502) is unknown color: approx 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

RGB851172-
CMYK0.2700.980.54
HSL76.7º96.64%23.33%-
HSV(B)76.7º98.29%45.88%-
XYZ10.1214.662.35-
YUV94.3275.9121.35-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8511720.2700.980.5476.796.6423.33
Hex557521B062364d6117
Octal12516523301426611514127
Binary101010111101011011011011000101101101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>