Html Css Color HEX #525102 Verdun Green

📋 copy color: '#525102'

red 82 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #525102

Tints of Verdun Green #525102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.09%

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 49.7%
G = 49.09%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#525102 (or 0x525102) is known color: Verdun Green. HEX triplet: 52, 51 and 02. RGB value is (82,81,2). Sum of RGB (Red+Green+Blue) = 82+81+2=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #525102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525102 is #ADAEFD. Grayscale: #484848. Windows color (decimal): -11382526 or 151890. OLE color: 151890.

HSL color Cylindrical-coordinate representation of color #525102: hue angle of 59.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525102 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 2 -
CMYK 0 0.01 0.98 0.68
HSL 59.25º 0.95% 0.16% -
HSV(B) 59.25º 0.98% 0.32% -
XYZ 6.43 7.68 1.2 -
YUV 72.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 82 81 2 0 0.01 0.98 0.68 59.25 0.95 0.16
Hex 52 51 2 0 1 62 44 3B 5F 10
Octal 122 121 2 0 1 142 104 73 137 20
Binary 1010010 1010001 10 0 1 1100010 1000100 111011 1011111 10000

Color Harmonies of #525102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525102

Black with #525102

Text Example


Text Example

White with #525102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525102; }

 p { color: rgb(82,81,2); }

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

background-color css

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

 a { background-color: rgb(82,81,2); }

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

border-color css

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

 span { border-color: rgb(82,81,2); }

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