Html Css Color HEX #556C04 Fiji Green

📋 copy color: '#556C04'

red 85 ◦ green 108 ◦ blue 4

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

Shades of Fiji Green #556C04

Tints of Fiji Green #556C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 43.15%
G = 54.82%
B = 2.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#556C04 (or 0x556C04) is known color: Fiji Green. HEX triplet: 55, 6C and 04. RGB value is (85,108,4). Sum of RGB (Red+Green+Blue) = 85+108+4=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #556C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C04 is #AA93FB. Grayscale: #595959. Windows color (decimal): -11179004 or 289877. OLE color: 289877.

HSL color Cylindrical-coordinate representation of color #556C04: hue angle of 73.27º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #556C04 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 4 -
CMYK 0.21 0 0.96 0.58
HSL 73.27º 0.93% 0.22% -
HSV(B) 73.27º 0.96% 0.42% -
XYZ 9.13 12.67 2.08 -
YUV 89.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 85 108 4 0.21 0 0.96 0.58 73.27 0.93 0.22
Hex 55 6C 4 15 0 60 3A 49 5D 16
Octal 125 154 4 25 0 140 72 111 135 26
Binary 1010101 1101100 100 10101 0 1100000 111010 1001001 1011101 10110

Color Harmonies of #556C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C04

Black with #556C04

Text Example


Text Example

White with #556C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,4); }

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

background-color css

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

 a { background-color: rgb(85,108,4); }

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

border-color css

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

 span { border-color: rgb(85,108,4); }

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