Html Css Color HEX #525008 Verdun Green

📋 copy color: '#525008'

red 82 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #525008

Tints of Verdun Green #525008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.06%

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 48.24%
G = 47.06%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#525008 (or 0x525008) is known color: Verdun Green. HEX triplet: 52, 50 and 08. RGB value is (82,80,8). Sum of RGB (Red+Green+Blue) = 82+80+8=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #525008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525008 is #ADAFF7. Grayscale: #484848. Windows color (decimal): -11382776 or 544850. OLE color: 544850.

HSL color Cylindrical-coordinate representation of color #525008: hue angle of 58.38º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525008 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 8 -
CMYK 0 0.02 0.90 0.68
HSL 58.38º 0.82% 0.18% -
HSV(B) 58.38º 0.9% 0.32% -
XYZ 6.39 7.55 1.35 -
YUV 72.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 82 80 8 0 0.02 0.90 0.68 58.38 0.82 0.18
Hex 52 50 8 0 2 5A 44 3A 52 12
Octal 122 120 10 0 2 132 104 72 122 22
Binary 1010010 1010000 1000 0 10 1011010 1000100 111010 1010010 10010

Color Harmonies of #525008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525008

Black with #525008

Text Example


Text Example

White with #525008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525008; }

 p { color: rgb(82,80,8); }

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

background-color css

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

 a { background-color: rgb(82,80,8); }

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

border-color css

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

 span { border-color: rgb(82,80,8); }

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