Html Css Color HEX #55652D Dark Olive Green

📋 copy color: '#55652D'

red 85 ◦ green 101 ◦ blue 45

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

Shades of Dark Olive Green #55652D

Tints of Dark Olive Green #55652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 36.8%
G = 43.72%
B = 19.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#55652D (or 0x55652D) is known color: Dark Olive Green. HEX triplet: 55, 65 and 2D. RGB value is (85,101,45). Sum of RGB (Red+Green+Blue) = 85+101+45=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #55652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55652D is #AA9AD2. Grayscale: #5A5A5A. Windows color (decimal): -11180755 or 2975061. OLE color: 2975061.

HSL color Cylindrical-coordinate representation of color #55652D: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55652D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 45 -
CMYK 0.16 0 0.55 0.60
HSL 77.14º 0.38% 0.29% -
HSV(B) 77.14º 0.55% 0.4% -
XYZ 8.87 11.43 4.22 -
YUV 89.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 85 101 45 0.16 0 0.55 0.60 77.14 0.38 0.29
Hex 55 65 2D 10 0 37 3C 4D 26 1D
Octal 125 145 55 20 0 67 74 115 46 35
Binary 1010101 1100101 101101 10000 0 110111 111100 1001101 100110 11101

Color Harmonies of #55652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55652D

Black with #55652D

Text Example


Text Example

White with #55652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55652D; }

 p { color: rgb(85,101,45); }

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

background-color css

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

 a { background-color: rgb(85,101,45); }

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

border-color css

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

 span { border-color: rgb(85,101,45); }

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