Html Css Color HEX #526227 Dark Olive Green

📋 copy color: '#526227'

red 82 ◦ green 98 ◦ blue 39

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

Shades of Dark Olive Green #526227

Tints of Dark Olive Green #526227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 37.44%
G = 44.75%
B = 17.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#526227 (or 0x526227) is known color: Dark Olive Green. HEX triplet: 52, 62 and 27. RGB value is (82,98,39). Sum of RGB (Red+Green+Blue) = 82+98+39=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #526227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526227 is #AD9DD8. Grayscale: #565656. Windows color (decimal): -11378137 or 2581074. OLE color: 2581074.

HSL color Cylindrical-coordinate representation of color #526227: hue angle of 76.27º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526227 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 39 -
CMYK 0.16 0 0.60 0.62
HSL 76.27º 0.43% 0.27% -
HSV(B) 76.27º 0.6% 0.38% -
XYZ 8.21 10.68 3.55 -
YUV 86.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 82 98 39 0.16 0 0.60 0.62 76.27 0.43 0.27
Hex 52 62 27 10 0 3C 3E 4C 2B 1B
Octal 122 142 47 20 0 74 76 114 53 33
Binary 1010010 1100010 100111 10000 0 111100 111110 1001100 101011 11011

Color Harmonies of #526227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526227

Black with #526227

Text Example


Text Example

White with #526227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526227; }

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

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

background-color css

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

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

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

border-color css

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

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

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