Html Css Color HEX #52652B Dark Olive Green

📋 copy color: '#52652B'

red 82 ◦ green 101 ◦ blue 43

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

Shades of Dark Olive Green #52652B

Tints of Dark Olive Green #52652B

RGB

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

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

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

R = 36.28%
G = 44.69%
B = 19.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#52652B (or 0x52652B) is known color: Dark Olive Green. HEX triplet: 52, 65 and 2B. RGB value is (82,101,43). Sum of RGB (Red+Green+Blue) = 82+101+43=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #52652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52652B is #AD9AD4. Grayscale: #585858. Windows color (decimal): -11377365 or 2843986. OLE color: 2843986.

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

Color convert

RGB 82 101 43 -
CMYK 0.19 0 0.57 0.60
HSL 79.66º 0.4% 0.28% -
HSV(B) 79.66º 0.57% 0.4% -
XYZ 8.57 11.28 4.01 -
YUV 88.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 82 101 43 0.19 0 0.57 0.60 79.66 0.4 0.28
Hex 52 65 2B 13 0 39 3C 50 28 1C
Octal 122 145 53 23 0 71 74 120 50 34
Binary 1010010 1100101 101011 10011 0 111001 111100 1010000 101000 11100

Color Harmonies of #52652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52652B

Black with #52652B

Text Example


Text Example

White with #52652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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