Html Css Color HEX #52652A Dark Olive Green

📋 copy color: '#52652A'

red 82 ◦ green 101 ◦ blue 42

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

Shades of Dark Olive Green #52652A

Tints of Dark Olive Green #52652A

RGB

 RED value IS 82 (32.42% from 255) = 36.44%

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

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

R = 36.44%
G = 44.89%
B = 18.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#52652A (or 0x52652A) is known color: Dark Olive Green. HEX triplet: 52, 65 and 2A. RGB value is (82,101,42). Sum of RGB (Red+Green+Blue) = 82+101+42=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #52652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52652A is #AD9AD5. Grayscale: #585858. Windows color (decimal): -11377366 or 2778450. OLE color: 2778450.

HSL color Cylindrical-coordinate representation of color #52652A: hue angle of 79.32º 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 #52652A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 42 -
CMYK 0.19 0 0.58 0.60
HSL 79.32º 0.41% 0.28% -
HSV(B) 79.32º 0.58% 0.4% -
XYZ 8.55 11.27 3.91 -
YUV 88.59 101.71 123.3 -
System Red Green Blue C M Y K H S L
Decimal 82 101 42 0.19 0 0.58 0.60 79.32 0.41 0.28
Hex 52 65 2A 13 0 3A 3C 4F 29 1C
Octal 122 145 52 23 0 72 74 117 51 34
Binary 1010010 1100101 101010 10011 0 111010 111100 1001111 101001 11100

Color Harmonies of #52652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52652A

Black with #52652A

Text Example


Text Example

White with #52652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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