Html Css Color HEX #525813 Verdun Green

📋 copy color: '#525813'

red 82 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #525813

Tints of Verdun Green #525813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.56%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 43.39%
G = 46.56%
B = 10.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#525813 (or 0x525813) is known color: Verdun Green. HEX triplet: 52, 58 and 13. RGB value is (82,88,19). Sum of RGB (Red+Green+Blue) = 82+88+19=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #525813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525813 is #ADA7EC. Grayscale: #4E4E4E. Windows color (decimal): -11380717 or 1267794. OLE color: 1267794.

HSL color Cylindrical-coordinate representation of color #525813: hue angle of 65.22º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525813 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 19 -
CMYK 0.07 0 0.78 0.65
HSL 65.22º 0.64% 0.21% -
HSV(B) 65.22º 0.78% 0.35% -
XYZ 7.09 8.82 1.95 -
YUV 78.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 82 88 19 0.07 0 0.78 0.65 65.22 0.64 0.21
Hex 52 58 13 7 0 4E 41 41 40 15
Octal 122 130 23 7 0 116 101 101 100 25
Binary 1010010 1011000 10011 111 0 1001110 1000001 1000001 1000000 10101

Color Harmonies of #525813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525813

Black with #525813

Text Example


Text Example

White with #525813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525813; }

 p { color: rgb(82,88,19); }

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

background-color css

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

 a { background-color: rgb(82,88,19); }

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

border-color css

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

 span { border-color: rgb(82,88,19); }

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