Html Css Color HEX #556C05 Fiji Green

📋 copy color: '#556C05'

red 85 ◦ green 108 ◦ blue 5

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

Shades of Fiji Green #556C05

Tints of Fiji Green #556C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 42.93%
G = 54.55%
B = 2.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#556C05 (or 0x556C05) is known color: Fiji Green. HEX triplet: 55, 6C and 05. RGB value is (85,108,5). Sum of RGB (Red+Green+Blue) = 85+108+5=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #556C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556C05 is #AA93FA. Grayscale: #595959. Windows color (decimal): -11179003 or 355413. OLE color: 355413.

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

Color convert

RGB 85 108 5 -
CMYK 0.21 0 0.95 0.58
HSL 73.4º 0.91% 0.22% -
HSV(B) 73.4º 0.95% 0.42% -
XYZ 9.14 12.67 2.11 -
YUV 89.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 85 108 5 0.21 0 0.95 0.58 73.4 0.91 0.22
Hex 55 6C 5 15 0 5F 3A 49 5B 16
Octal 125 154 5 25 0 137 72 111 133 26
Binary 1010101 1101100 101 10101 0 1011111 111010 1001001 1011011 10110

Color Harmonies of #556C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C05

Black with #556C05

Text Example


Text Example

White with #556C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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