Html Css Color HEX #524B05 Verdun Green

📋 copy color: '#524B05'

red 82 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #524B05

Tints of Verdun Green #524B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.3%

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

R = 50.62%
G = 46.3%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#524B05 (or 0x524B05) is known color: Verdun Green. HEX triplet: 52, 4B and 05. RGB value is (82,75,5). Sum of RGB (Red+Green+Blue) = 82+75+5=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B05 is #ADB4FA. Grayscale: #454545. Windows color (decimal): -11384059 or 346962. OLE color: 346962.

HSL color Cylindrical-coordinate representation of color #524B05: hue angle of 54.55º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #524B05 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 5 -
CMYK 0 0.09 0.94 0.68
HSL 54.55º 0.89% 0.17% -
HSV(B) 54.55º 0.94% 0.32% -
XYZ 6.02 6.84 1.15 -
YUV 69.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 82 75 5 0 0.09 0.94 0.68 54.55 0.89 0.17
Hex 52 4B 5 0 9 5E 44 37 59 11
Octal 122 113 5 0 11 136 104 67 131 21
Binary 1010010 1001011 101 0 1001 1011110 1000100 110111 1011001 10001

Color Harmonies of #524B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B05

Black with #524B05

Text Example


Text Example

White with #524B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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