Html Css Color HEX #556A1E Fiji Green

📋 copy color: '#556A1E'

red 85 ◦ green 106 ◦ blue 30

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

Shades of Fiji Green #556A1E

Tints of Fiji Green #556A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.96%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 38.46%
G = 47.96%
B = 13.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#556A1E (or 0x556A1E) is known color: Fiji Green. HEX triplet: 55, 6A and 1E. RGB value is (85,106,30). Sum of RGB (Red+Green+Blue) = 85+106+30=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #556A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A1E is #AA95E1. Grayscale: #5B5B5B. Windows color (decimal): -11179490 or 1993301. OLE color: 1993301.

HSL color Cylindrical-coordinate representation of color #556A1E: hue angle of 76.58º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #556A1E is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 30 -
CMYK 0.20 0 0.72 0.58
HSL 76.58º 0.56% 0.27% -
HSV(B) 76.58º 0.72% 0.42% -
XYZ 9.13 12.33 3.13 -
YUV 91.06 93.54 123.68 -
System Red Green Blue C M Y K H S L
Decimal 85 106 30 0.20 0 0.72 0.58 76.58 0.56 0.27
Hex 55 6A 1E 14 0 48 3A 4D 38 1B
Octal 125 152 36 24 0 110 72 115 70 33
Binary 1010101 1101010 11110 10100 0 1001000 111010 1001101 111000 11011

Color Harmonies of #556A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A1E

Black with #556A1E

Text Example


Text Example

White with #556A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556A1E; }

 p { color: rgb(85,106,30); }

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

background-color css

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

 a { background-color: rgb(85,106,30); }

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

border-color css

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

 span { border-color: rgb(85,106,30); }

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