Html Css Color HEX #556234 Dark Olive Green

📋 copy color: '#556234'

red 85 ◦ green 98 ◦ blue 52

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

Shades of Dark Olive Green #556234

Tints of Dark Olive Green #556234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 36.17%
G = 41.7%
B = 22.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#556234 (or 0x556234) is known color: Dark Olive Green. HEX triplet: 55, 62 and 34. RGB value is (85,98,52). Sum of RGB (Red+Green+Blue) = 85+98+52=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #556234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556234 is #AA9DCB. Grayscale: #595959. Windows color (decimal): -11181516 or 3433045. OLE color: 3433045.

HSL color Cylindrical-coordinate representation of color #556234: hue angle of 76.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556234 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 52 -
CMYK 0.13 0 0.47 0.62
HSL 76.96º 0.31% 0.29% -
HSV(B) 76.96º 0.47% 0.38% -
XYZ 8.73 10.91 4.9 -
YUV 88.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 85 98 52 0.13 0 0.47 0.62 76.96 0.31 0.29
Hex 55 62 34 D 0 2F 3E 4D 1F 1D
Octal 125 142 64 15 0 57 76 115 37 35
Binary 1010101 1100010 110100 1101 0 101111 111110 1001101 11111 11101

Color Harmonies of #556234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556234

Black with #556234

Text Example


Text Example

White with #556234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556234; }

 p { color: rgb(85,98,52); }

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

background-color css

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

 a { background-color: rgb(85,98,52); }

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

border-color css

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

 span { border-color: rgb(85,98,52); }

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