Html Css Color HEX #526427 Dark Olive Green

📋 copy color: '#526427'

red 82 ◦ green 100 ◦ blue 39

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

Shades of Dark Olive Green #526427

Tints of Dark Olive Green #526427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

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

R = 37.1%
G = 45.25%
B = 17.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#526427 (or 0x526427) is known color: Dark Olive Green. HEX triplet: 52, 64 and 27. RGB value is (82,100,39). Sum of RGB (Red+Green+Blue) = 82+100+39=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #526427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526427 is #AD9BD8. Grayscale: #575757. Windows color (decimal): -11377625 or 2581586. OLE color: 2581586.

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

Color convert

RGB 82 100 39 -
CMYK 0.18 0 0.61 0.61
HSL 77.7º 0.44% 0.27% -
HSV(B) 77.7º 0.61% 0.39% -
XYZ 8.4 11.05 3.61 -
YUV 87.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 82 100 39 0.18 0 0.61 0.61 77.7 0.44 0.27
Hex 52 64 27 12 0 3D 3D 4E 2C 1B
Octal 122 144 47 22 0 75 75 116 54 33
Binary 1010010 1100100 100111 10010 0 111101 111101 1001110 101100 11011

Color Harmonies of #526427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526427

Black with #526427

Text Example


Text Example

White with #526427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526427; }

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

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

background-color css

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

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

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

border-color css

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

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

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