Html Css Color HEX #55652B Dark Olive Green

📋 copy color: '#55652B'

red 85 ◦ green 101 ◦ blue 43

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

Shades of Dark Olive Green #55652B

Tints of Dark Olive Green #55652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.78%

R = 37.12%
G = 44.1%
B = 18.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#55652B (or 0x55652B) is known color: Dark Olive Green. HEX triplet: 55, 65 and 2B. RGB value is (85,101,43). Sum of RGB (Red+Green+Blue) = 85+101+43=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #55652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55652B is #AA9AD4. Grayscale: #595959. Windows color (decimal): -11180757 or 2843989. OLE color: 2843989.

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

Color convert

RGB 85 101 43 -
CMYK 0.16 0 0.57 0.60
HSL 76.55º 0.4% 0.28% -
HSV(B) 76.55º 0.57% 0.4% -
XYZ 8.84 11.41 4.02 -
YUV 89.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 85 101 43 0.16 0 0.57 0.60 76.55 0.4 0.28
Hex 55 65 2B 10 0 39 3C 4D 28 1C
Octal 125 145 53 20 0 71 74 115 50 34
Binary 1010101 1100101 101011 10000 0 111001 111100 1001101 101000 11100

Color Harmonies of #55652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55652B

Black with #55652B

Text Example


Text Example

White with #55652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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