Html Css Color HEX #526505 Verdun Green

📋 copy color: '#526505'

red 82 ◦ green 101 ◦ blue 5

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

Shades of Verdun Green #526505

Tints of Verdun Green #526505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.72%

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

R = 43.62%
G = 53.72%
B = 2.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#526505 (or 0x526505) is known color: Verdun Green. HEX triplet: 52, 65 and 05. RGB value is (82,101,5). Sum of RGB (Red+Green+Blue) = 82+101+5=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #526505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526505 is #AD9AFA. Grayscale: #545454. Windows color (decimal): -11377403 or 353618. OLE color: 353618.

HSL color Cylindrical-coordinate representation of color #526505: hue angle of 71.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526505 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 5 -
CMYK 0.19 0 0.95 0.60
HSL 71.88º 0.91% 0.21% -
HSV(B) 71.88º 0.95% 0.4% -
XYZ 8.16 11.11 1.86 -
YUV 84.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 82 101 5 0.19 0 0.95 0.60 71.88 0.91 0.21
Hex 52 65 5 13 0 5F 3C 48 5B 15
Octal 122 145 5 23 0 137 74 110 133 25
Binary 1010010 1100101 101 10011 0 1011111 111100 1001000 1011011 10101

Color Harmonies of #526505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526505

Black with #526505

Text Example


Text Example

White with #526505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526505; }

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

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

background-color css

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

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

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

border-color css

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

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

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