Html Css Color HEX #557912 Fiji Green

📋 copy color: '#557912'

red 85 ◦ green 121 ◦ blue 18

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

Shades of Fiji Green #557912

Tints of Fiji Green #557912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 54.02%

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

R = 37.95%
G = 54.02%
B = 8.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#557912 (or 0x557912) is known color: Fiji Green. HEX triplet: 55, 79 and 12. RGB value is (85,121,18). Sum of RGB (Red+Green+Blue) = 85+121+18=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #557912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557912 is #AA86ED. Grayscale: #626262. Windows color (decimal): -11175662 or 1210709. OLE color: 1210709.

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

Color convert

RGB 85 121 18 -
CMYK 0.30 0 0.85 0.53
HSL 80.97º 0.74% 0.27% -
HSV(B) 80.97º 0.85% 0.47% -
XYZ 10.69 15.65 3.03 -
YUV 98.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 85 121 18 0.30 0 0.85 0.53 80.97 0.74 0.27
Hex 55 79 12 1E 0 55 35 51 4A 1B
Octal 125 171 22 36 0 125 65 121 112 33
Binary 1010101 1111001 10010 11110 0 1010101 110101 1010001 1001010 11011

Color Harmonies of #557912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557912

Black with #557912

Text Example


Text Example

White with #557912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557912; }

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

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

background-color css

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

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

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

border-color css

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

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

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