Html Css Color HEX #525309 Verdun Green

📋 copy color: '#525309'

red 82 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #525309

Tints of Verdun Green #525309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

 BLUE value IS 9 (3.91% from 255) = 5.17%

R = 47.13%
G = 47.7%
B = 5.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#525309 (or 0x525309) is known color: Verdun Green. HEX triplet: 52, 53 and 09. RGB value is (82,83,9). Sum of RGB (Red+Green+Blue) = 82+83+9=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #525309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525309 is #ADACF6. Grayscale: #4A4A4A. Windows color (decimal): -11382007 or 611154. OLE color: 611154.

HSL color Cylindrical-coordinate representation of color #525309: hue angle of 60.81º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #525309 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 9 -
CMYK 0.01 0 0.89 0.67
HSL 60.81º 0.8% 0.18% -
HSV(B) 60.81º 0.89% 0.33% -
XYZ 6.62 8 1.45 -
YUV 74.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 82 83 9 0.01 0 0.89 0.67 60.81 0.8 0.18
Hex 52 53 9 1 0 59 43 3D 50 12
Octal 122 123 11 1 0 131 103 75 120 22
Binary 1010010 1010011 1001 1 0 1011001 1000011 111101 1010000 10010

Color Harmonies of #525309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525309

Black with #525309

Text Example


Text Example

White with #525309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525309; }

 p { color: rgb(82,83,9); }

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

background-color css

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

 a { background-color: rgb(82,83,9); }

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

border-color css

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

 span { border-color: rgb(82,83,9); }

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