Html Css Color HEX #556625 Dark Olive Green

📋 copy color: '#556625'

red 85 ◦ green 102 ◦ blue 37

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

Shades of Dark Olive Green #556625

Tints of Dark Olive Green #556625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.52%

R = 37.95%
G = 45.54%
B = 16.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#556625 (or 0x556625) is known color: Dark Olive Green. HEX triplet: 55, 66 and 25. RGB value is (85,102,37). Sum of RGB (Red+Green+Blue) = 85+102+37=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #556625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556625 is #AA99DA. Grayscale: #595959. Windows color (decimal): -11180507 or 2451029. OLE color: 2451029.

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

Color convert

RGB 85 102 37 -
CMYK 0.17 0 0.64 0.6
HSL 75.69º 0.47% 0.27% -
HSV(B) 75.69º 0.64% 0.4% -
XYZ 8.83 11.57 3.52 -
YUV 89.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 85 102 37 0.17 0 0.64 0.6 75.69 0.47 0.27
Hex 55 66 25 11 0 40 3C 4C 2F 1B
Octal 125 146 45 21 0 100 74 114 57 33
Binary 1010101 1100110 100101 10001 0 1000000 111100 1001100 101111 11011

Color Harmonies of #556625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556625

Black with #556625

Text Example


Text Example

White with #556625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556625; }

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

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

background-color css

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

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

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

border-color css

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

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

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