Html Css Color HEX #556810 Fiji Green

📋 copy color: '#556810'

red 85 ◦ green 104 ◦ blue 16

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

Shades of Fiji Green #556810

Tints of Fiji Green #556810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 41.46%
G = 50.73%
B = 7.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#556810 (or 0x556810) is known color: Fiji Green. HEX triplet: 55, 68 and 10. RGB value is (85,104,16). Sum of RGB (Red+Green+Blue) = 85+104+16=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #556810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556810 is #AA97EF. Grayscale: #585858. Windows color (decimal): -11180016 or 1075285. OLE color: 1075285.

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

Color convert

RGB 85 104 16 -
CMYK 0.18 0 0.85 0.59
HSL 72.95º 0.73% 0.24% -
HSV(B) 72.95º 0.85% 0.41% -
XYZ 8.79 11.87 2.32 -
YUV 88.29 87.21 125.66 -
System Red Green Blue C M Y K H S L
Decimal 85 104 16 0.18 0 0.85 0.59 72.95 0.73 0.24
Hex 55 68 10 12 0 55 3B 49 49 18
Octal 125 150 20 22 0 125 73 111 111 30
Binary 1010101 1101000 10000 10010 0 1010101 111011 1001001 1001001 11000

Color Harmonies of #556810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556810

Black with #556810

Text Example


Text Example

White with #556810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556810; }

 p { color: rgb(85,104,16); }

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

background-color css

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

 a { background-color: rgb(85,104,16); }

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

border-color css

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

 span { border-color: rgb(85,104,16); }

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