Html Css Color HEX #556626 Dark Olive Green

📋 copy color: '#556626'

red 85 ◦ green 102 ◦ blue 38

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

Shades of Dark Olive Green #556626

Tints of Dark Olive Green #556626

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

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

R = 37.78%
G = 45.33%
B = 16.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#556626 (or 0x556626) is known color: Dark Olive Green. HEX triplet: 55, 66 and 26. RGB value is (85,102,38). Sum of RGB (Red+Green+Blue) = 85+102+38=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #556626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556626 is #AA99D9. Grayscale: #595959. Windows color (decimal): -11180506 or 2516565. OLE color: 2516565.

HSL color Cylindrical-coordinate representation of color #556626: hue angle of 75.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #556626 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 38 -
CMYK 0.17 0 0.63 0.6
HSL 75.94º 0.46% 0.27% -
HSV(B) 75.94º 0.63% 0.4% -
XYZ 8.85 11.57 3.6 -
YUV 89.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 85 102 38 0.17 0 0.63 0.6 75.94 0.46 0.27
Hex 55 66 26 11 0 3F 3C 4C 2E 1B
Octal 125 146 46 21 0 77 74 114 56 33
Binary 1010101 1100110 100110 10001 0 111111 111100 1001100 101110 11011

Color Harmonies of #556626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556626

Black with #556626

Text Example


Text Example

White with #556626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556626; }

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

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

background-color css

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

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

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

border-color css

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

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

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