Html Css Color HEX #556838 Dark Olive Green

📋 copy color: '#556838'

red 85 ◦ green 104 ◦ blue 56

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

Shades of Dark Olive Green #556838

Tints of Dark Olive Green #556838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.45%

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

R = 34.69%
G = 42.45%
B = 22.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#556838 (or 0x556838) is known color: Dark Olive Green. HEX triplet: 55, 68 and 38. RGB value is (85,104,56). Sum of RGB (Red+Green+Blue) = 85+104+56=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #556838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556838 is #AA97C7. Grayscale: #5D5D5D. Windows color (decimal): -11179976 or 3696725. OLE color: 3696725.

HSL color Cylindrical-coordinate representation of color #556838: hue angle of 83.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556838 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 56 -
CMYK 0.18 0 0.46 0.59
HSL 83.75º 0.3% 0.31% -
HSV(B) 83.75º 0.46% 0.41% -
XYZ 9.41 12.12 5.58 -
YUV 92.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 85 104 56 0.18 0 0.46 0.59 83.75 0.3 0.31
Hex 55 68 38 12 0 2E 3B 54 1E 1F
Octal 125 150 70 22 0 56 73 124 36 37
Binary 1010101 1101000 111000 10010 0 101110 111011 1010100 11110 11111

Color Harmonies of #556838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556838

Black with #556838

Text Example


Text Example

White with #556838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556838; }

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

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

background-color css

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

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

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

border-color css

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

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

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