Html Css Color HEX #526504 Verdun Green

📋 copy color: '#526504'

red 82 ◦ green 101 ◦ blue 4

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

Shades of Verdun Green #526504

Tints of Verdun Green #526504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 43.85%
G = 54.01%
B = 2.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#526504 (or 0x526504) is known color: Verdun Green. HEX triplet: 52, 65 and 04. RGB value is (82,101,4). Sum of RGB (Red+Green+Blue) = 82+101+4=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #526504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526504 is #AD9AFB. Grayscale: #545454. Windows color (decimal): -11377404 or 288082. OLE color: 288082.

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

Color convert

RGB 82 101 4 -
CMYK 0.19 0 0.96 0.60
HSL 71.75º 0.92% 0.21% -
HSV(B) 71.75º 0.96% 0.4% -
XYZ 8.16 11.11 1.83 -
YUV 84.26 82.71 126.39 -
System Red Green Blue C M Y K H S L
Decimal 82 101 4 0.19 0 0.96 0.60 71.75 0.92 0.21
Hex 52 65 4 13 0 60 3C 48 5C 15
Octal 122 145 4 23 0 140 74 110 134 25
Binary 1010010 1100101 100 10011 0 1100000 111100 1001000 1011100 10101

Color Harmonies of #526504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526504

Black with #526504

Text Example


Text Example

White with #526504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526504; }

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

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

background-color css

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

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

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

border-color css

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

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

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