Html Css Color HEX #557508 Fiji Green

📋 copy color: '#557508'

red 85 ◦ green 117 ◦ blue 8

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

Shades of Fiji Green #557508

Tints of Fiji Green #557508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 40.48%
G = 55.71%
B = 3.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#557508 (or 0x557508) is known color: Fiji Green. HEX triplet: 55, 75 and 08. RGB value is (85,117,8). Sum of RGB (Red+Green+Blue) = 85+117+8=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #557508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557508 is #AA8AF7. Grayscale: #5F5F5F. Windows color (decimal): -11176696 or 554325. OLE color: 554325.

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

Color convert

RGB 85 117 8 -
CMYK 0.27 0 0.93 0.54
HSL 77.61º 0.87% 0.25% -
HSV(B) 77.61º 0.93% 0.46% -
XYZ 10.15 14.67 2.53 -
YUV 95.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 85 117 8 0.27 0 0.93 0.54 77.61 0.87 0.25
Hex 55 75 8 1B 0 5D 36 4E 57 19
Octal 125 165 10 33 0 135 66 116 127 31
Binary 1010101 1110101 1000 11011 0 1011101 110110 1001110 1010111 11001

Color Harmonies of #557508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557508

Black with #557508

Text Example


Text Example

White with #557508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557508; }

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

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

background-color css

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

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

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

border-color css

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

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

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