Html Css Color HEX #557612 Fiji Green

📋 copy color: '#557612'

red 85 ◦ green 118 ◦ blue 18

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

Shades of Fiji Green #557612

Tints of Fiji Green #557612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 38.46%
G = 53.39%
B = 8.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#557612 (or 0x557612) is known color: Fiji Green. HEX triplet: 55, 76 and 12. RGB value is (85,118,18). Sum of RGB (Red+Green+Blue) = 85+118+18=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #557612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557612 is #AA89ED. Grayscale: #616161. Windows color (decimal): -11176430 or 1209941. OLE color: 1209941.

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

Color convert

RGB 85 118 18 -
CMYK 0.28 0 0.85 0.54
HSL 79.8º 0.74% 0.27% -
HSV(B) 79.8º 0.85% 0.46% -
XYZ 10.33 14.93 2.91 -
YUV 96.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 85 118 18 0.28 0 0.85 0.54 79.8 0.74 0.27
Hex 55 76 12 1C 0 55 36 50 4A 1B
Octal 125 166 22 34 0 125 66 120 112 33
Binary 1010101 1110110 10010 11100 0 1010101 110110 1010000 1001010 11011

Color Harmonies of #557612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557612

Black with #557612

Text Example


Text Example

White with #557612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557612; }

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

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

background-color css

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

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

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

border-color css

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

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

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