Html Css Color HEX #556C26 Dark Olive Green

📋 copy color: '#556C26'

red 85 ◦ green 108 ◦ blue 38

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

Shades of Dark Olive Green #556C26

Tints of Dark Olive Green #556C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.45%

R = 36.8%
G = 46.75%
B = 16.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#556C26 (or 0x556C26) is known color: Dark Olive Green. HEX triplet: 55, 6C and 26. RGB value is (85,108,38). Sum of RGB (Red+Green+Blue) = 85+108+38=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #556C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C26 is #AA93D9. Grayscale: #5D5D5D. Windows color (decimal): -11178970 or 2518101. OLE color: 2518101.

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

Color convert

RGB 85 108 38 -
CMYK 0.21 0 0.65 0.58
HSL 79.71º 0.48% 0.29% -
HSV(B) 79.71º 0.65% 0.42% -
XYZ 9.46 12.8 3.81 -
YUV 93.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 85 108 38 0.21 0 0.65 0.58 79.71 0.48 0.29
Hex 55 6C 26 15 0 41 3A 50 30 1D
Octal 125 154 46 25 0 101 72 120 60 35
Binary 1010101 1101100 100110 10101 0 1000001 111010 1010000 110000 11101

Color Harmonies of #556C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C26

Black with #556C26

Text Example


Text Example

White with #556C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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