Html Css Color HEX #526527 Dark Olive Green

📋 copy color: '#526527'

red 82 ◦ green 101 ◦ blue 39

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

Shades of Dark Olive Green #526527

Tints of Dark Olive Green #526527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.57%

R = 36.94%
G = 45.5%
B = 17.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#526527 (or 0x526527) is known color: Dark Olive Green. HEX triplet: 52, 65 and 27. RGB value is (82,101,39). Sum of RGB (Red+Green+Blue) = 82+101+39=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #526527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526527 is #AD9AD8. Grayscale: #585858. Windows color (decimal): -11377369 or 2581842. OLE color: 2581842.

HSL color Cylindrical-coordinate representation of color #526527: hue angle of 78.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526527 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 39 -
CMYK 0.19 0 0.61 0.60
HSL 78.39º 0.44% 0.27% -
HSV(B) 78.39º 0.61% 0.4% -
XYZ 8.5 11.25 3.64 -
YUV 88.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 82 101 39 0.19 0 0.61 0.60 78.39 0.44 0.27
Hex 52 65 27 13 0 3D 3C 4E 2C 1B
Octal 122 145 47 23 0 75 74 116 54 33
Binary 1010010 1100101 100111 10011 0 111101 111100 1001110 101100 11011

Color Harmonies of #526527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526527

Black with #526527

Text Example


Text Example

White with #526527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526527; }

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

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

background-color css

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

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

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

border-color css

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

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

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