Html Css Color HEX #55652A Dark Olive Green

📋 copy color: '#55652A'

red 85 ◦ green 101 ◦ blue 42

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

Shades of Dark Olive Green #55652A

Tints of Dark Olive Green #55652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 37.28%
G = 44.3%
B = 18.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#55652A (or 0x55652A) is known color: Dark Olive Green. HEX triplet: 55, 65 and 2A. RGB value is (85,101,42). Sum of RGB (Red+Green+Blue) = 85+101+42=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #55652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55652A is #AA9AD5. Grayscale: #595959. Windows color (decimal): -11180758 or 2778453. OLE color: 2778453.

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

Color convert

RGB 85 101 42 -
CMYK 0.16 0 0.58 0.60
HSL 76.27º 0.41% 0.28% -
HSV(B) 76.27º 0.58% 0.4% -
XYZ 8.82 11.41 3.93 -
YUV 89.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 85 101 42 0.16 0 0.58 0.60 76.27 0.41 0.28
Hex 55 65 2A 10 0 3A 3C 4C 29 1C
Octal 125 145 52 20 0 72 74 114 51 34
Binary 1010101 1100101 101010 10000 0 111010 111100 1001100 101001 11100

Color Harmonies of #55652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55652A

Black with #55652A

Text Example


Text Example

White with #55652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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