Html Css Color HEX #55632F Dark Olive Green

📋 copy color: '#55632F'

red 85 ◦ green 99 ◦ blue 47

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

Shades of Dark Olive Green #55632F

Tints of Dark Olive Green #55632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 36.8%
G = 42.86%
B = 20.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#55632F (or 0x55632F) is known color: Dark Olive Green. HEX triplet: 55, 63 and 2F. RGB value is (85,99,47). Sum of RGB (Red+Green+Blue) = 85+99+47=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #55632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632F is #AA9CD0. Grayscale: #595959. Windows color (decimal): -11181265 or 3105621. OLE color: 3105621.

HSL color Cylindrical-coordinate representation of color #55632F: hue angle of 76.15º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55632F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 47 -
CMYK 0.14 0 0.53 0.61
HSL 76.15º 0.36% 0.29% -
HSV(B) 76.15º 0.53% 0.39% -
XYZ 8.72 11.06 4.36 -
YUV 88.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 85 99 47 0.14 0 0.53 0.61 76.15 0.36 0.29
Hex 55 63 2F E 0 35 3D 4C 24 1D
Octal 125 143 57 16 0 65 75 114 44 35
Binary 1010101 1100011 101111 1110 0 110101 111101 1001100 100100 11101

Color Harmonies of #55632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55632F

Black with #55632F

Text Example


Text Example

White with #55632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55632F; }

 p { color: rgb(85,99,47); }

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

background-color css

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

 a { background-color: rgb(85,99,47); }

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

border-color css

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

 span { border-color: rgb(85,99,47); }

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