Html Css Color HEX #556912 Fiji Green

📋 copy color: '#556912'

red 85 ◦ green 105 ◦ blue 18

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

Shades of Fiji Green #556912

Tints of Fiji Green #556912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.48%

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

R = 40.87%
G = 50.48%
B = 8.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#556912 (or 0x556912) is known color: Fiji Green. HEX triplet: 55, 69 and 12. RGB value is (85,105,18). Sum of RGB (Red+Green+Blue) = 85+105+18=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #556912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556912 is #AA96ED. Grayscale: #595959. Windows color (decimal): -11179758 or 1206613. OLE color: 1206613.

HSL color Cylindrical-coordinate representation of color #556912: hue angle of 73.79º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #556912 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 18 -
CMYK 0.19 0 0.83 0.59
HSL 73.79º 0.71% 0.24% -
HSV(B) 73.79º 0.83% 0.41% -
XYZ 8.91 12.08 2.43 -
YUV 89.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 85 105 18 0.19 0 0.83 0.59 73.79 0.71 0.24
Hex 55 69 12 13 0 53 3B 4A 47 18
Octal 125 151 22 23 0 123 73 112 107 30
Binary 1010101 1101001 10010 10011 0 1010011 111011 1001010 1000111 11000

Color Harmonies of #556912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556912

Black with #556912

Text Example


Text Example

White with #556912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556912; }

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

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

background-color css

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

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

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

border-color css

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

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

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