Html Css Color HEX #526405 Verdun Green

📋 copy color: '#526405'

red 82 ◦ green 100 ◦ blue 5

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

Shades of Verdun Green #526405

Tints of Verdun Green #526405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

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

R = 43.85%
G = 53.48%
B = 2.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#526405 (or 0x526405) is known color: Verdun Green. HEX triplet: 52, 64 and 05. RGB value is (82,100,5). Sum of RGB (Red+Green+Blue) = 82+100+5=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #526405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526405 is #AD9BFA. Grayscale: #545454. Windows color (decimal): -11377659 or 353362. OLE color: 353362.

HSL color Cylindrical-coordinate representation of color #526405: hue angle of 71.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526405 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 5 -
CMYK 0.18 0 0.95 0.61
HSL 71.37º 0.9% 0.21% -
HSV(B) 71.37º 0.95% 0.39% -
XYZ 8.06 10.92 1.83 -
YUV 83.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 82 100 5 0.18 0 0.95 0.61 71.37 0.9 0.21
Hex 52 64 5 12 0 5F 3D 47 5A 15
Octal 122 144 5 22 0 137 75 107 132 25
Binary 1010010 1100100 101 10010 0 1011111 111101 1000111 1011010 10101

Color Harmonies of #526405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526405

Black with #526405

Text Example


Text Example

White with #526405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526405; }

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

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

background-color css

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

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

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

border-color css

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

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

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