Html Css Color HEX #52662B Dark Olive Green

📋 copy color: '#52662B'

red 82 ◦ green 102 ◦ blue 43

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

Shades of Dark Olive Green #52662B

Tints of Dark Olive Green #52662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

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

R = 36.12%
G = 44.93%
B = 18.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#52662B (or 0x52662B) is known color: Dark Olive Green. HEX triplet: 52, 66 and 2B. RGB value is (82,102,43). Sum of RGB (Red+Green+Blue) = 82+102+43=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #52662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52662B is #AD99D4. Grayscale: #595959. Windows color (decimal): -11377109 or 2844242. OLE color: 2844242.

HSL color Cylindrical-coordinate representation of color #52662B: hue angle of 80.34º 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 #52662B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 43 -
CMYK 0.20 0 0.58 0.6
HSL 80.34º 0.41% 0.28% -
HSV(B) 80.34º 0.58% 0.4% -
XYZ 8.67 11.47 4.04 -
YUV 89.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 82 102 43 0.20 0 0.58 0.6 80.34 0.41 0.28
Hex 52 66 2B 14 0 3A 3C 50 29 1C
Octal 122 146 53 24 0 72 74 120 51 34
Binary 1010010 1100110 101011 10100 0 111010 111100 1010000 101001 11100

Color Harmonies of #52662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52662B

Black with #52662B

Text Example


Text Example

White with #52662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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