Html Css Color HEX #525A10 Verdun Green

📋 copy color: '#525A10'

red 82 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #525A10

Tints of Verdun Green #525A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 43.62%
G = 47.87%
B = 8.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#525A10 (or 0x525A10) is known color: Verdun Green. HEX triplet: 52, 5A and 10. RGB value is (82,90,16). Sum of RGB (Red+Green+Blue) = 82+90+16=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #525A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A10 is #ADA5EF. Grayscale: #4F4F4F. Windows color (decimal): -11380208 or 1071698. OLE color: 1071698.

HSL color Cylindrical-coordinate representation of color #525A10: hue angle of 66.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #525A10 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 16 -
CMYK 0.09 0 0.82 0.65
HSL 66.49º 0.7% 0.21% -
HSV(B) 66.49º 0.82% 0.35% -
XYZ 7.23 9.14 1.87 -
YUV 79.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 82 90 16 0.09 0 0.82 0.65 66.49 0.7 0.21
Hex 52 5A 10 9 0 52 41 42 46 15
Octal 122 132 20 11 0 122 101 102 106 25
Binary 1010010 1011010 10000 1001 0 1010010 1000001 1000010 1000110 10101

Color Harmonies of #525A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A10

Black with #525A10

Text Example


Text Example

White with #525A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A10; }

 p { color: rgb(82,90,16); }

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

background-color css

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

 a { background-color: rgb(82,90,16); }

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

border-color css

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

 span { border-color: rgb(82,90,16); }

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