Html Css Color HEX #556038 Dark Olive Green

📋 copy color: '#556038'

red 85 ◦ green 96 ◦ blue 56

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

Shades of Dark Olive Green #556038

Tints of Dark Olive Green #556038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 35.86%
G = 40.51%
B = 23.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#556038 (or 0x556038) is known color: Dark Olive Green. HEX triplet: 55, 60 and 38. RGB value is (85,96,56). Sum of RGB (Red+Green+Blue) = 85+96+56=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #556038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556038 is #AA9FC7. Grayscale: #585858. Windows color (decimal): -11182024 or 3694677. OLE color: 3694677.

HSL color Cylindrical-coordinate representation of color #556038: hue angle of 76.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556038 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 56 -
CMYK 0.11 0 0.42 0.62
HSL 76.5º 0.26% 0.3% -
HSV(B) 76.5º 0.42% 0.38% -
XYZ 8.64 10.58 5.33 -
YUV 88.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 85 96 56 0.11 0 0.42 0.62 76.5 0.26 0.3
Hex 55 60 38 B 0 2A 3E 4C 1A 1E
Octal 125 140 70 13 0 52 76 114 32 36
Binary 1010101 1100000 111000 1011 0 101010 111110 1001100 11010 11110

Color Harmonies of #556038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556038

Black with #556038

Text Example


Text Example

White with #556038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556038; }

 p { color: rgb(85,96,56); }

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

background-color css

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

 a { background-color: rgb(85,96,56); }

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

border-color css

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

 span { border-color: rgb(85,96,56); }

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