Html Css Color HEX #526104 Verdun Green

📋 copy color: '#526104'

red 82 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #526104

Tints of Verdun Green #526104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

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

R = 44.81%
G = 53.01%
B = 2.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#526104 (or 0x526104) is known color: Verdun Green. HEX triplet: 52, 61 and 04. RGB value is (82,97,4). Sum of RGB (Red+Green+Blue) = 82+97+4=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #526104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526104 is #AD9EFB. Grayscale: #525252. Windows color (decimal): -11378428 or 287058. OLE color: 287058.

HSL color Cylindrical-coordinate representation of color #526104: hue angle of 69.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #526104 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 4 -
CMYK 0.15 0 0.96 0.62
HSL 69.68º 0.92% 0.2% -
HSV(B) 69.68º 0.96% 0.38% -
XYZ 7.78 10.35 1.7 -
YUV 81.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 82 97 4 0.15 0 0.96 0.62 69.68 0.92 0.2
Hex 52 61 4 F 0 60 3E 46 5C 14
Octal 122 141 4 17 0 140 76 106 134 24
Binary 1010010 1100001 100 1111 0 1100000 111110 1000110 1011100 10100

Color Harmonies of #526104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526104

Black with #526104

Text Example


Text Example

White with #526104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526104; }

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

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

background-color css

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

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

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

border-color css

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

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

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