Html Css Color HEX #525405 Verdun Green

📋 copy color: '#525405'

red 82 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #525405

Tints of Verdun Green #525405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 47.95%
G = 49.12%
B = 2.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#525405 (or 0x525405) is known color: Verdun Green. HEX triplet: 52, 54 and 05. RGB value is (82,84,5). Sum of RGB (Red+Green+Blue) = 82+84+5=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #525405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525405 is #ADABFA. Grayscale: #4A4A4A. Windows color (decimal): -11381755 or 349266. OLE color: 349266.

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

Color convert

RGB 82 84 5 -
CMYK 0.02 0 0.94 0.67
HSL 61.52º 0.89% 0.17% -
HSV(B) 61.52º 0.94% 0.33% -
XYZ 6.68 8.15 1.36 -
YUV 74.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 82 84 5 0.02 0 0.94 0.67 61.52 0.89 0.17
Hex 52 54 5 2 0 5E 43 3E 59 11
Octal 122 124 5 2 0 136 103 76 131 21
Binary 1010010 1010100 101 10 0 1011110 1000011 111110 1011001 10001

Color Harmonies of #525405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525405

Black with #525405

Text Example


Text Example

White with #525405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525405; }

 p { color: rgb(82,84,5); }

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

background-color css

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

 a { background-color: rgb(82,84,5); }

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

border-color css

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

 span { border-color: rgb(82,84,5); }

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