Html Css Color HEX #524D02 Verdun Green

📋 copy color: '#524D02'

red 82 ◦ green 77 ◦ blue 2

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

Shades of Verdun Green #524D02

Tints of Verdun Green #524D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.83%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 50.93%
G = 47.83%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#524D02 (or 0x524D02) is known color: Verdun Green. HEX triplet: 52, 4D and 02. RGB value is (82,77,2). Sum of RGB (Red+Green+Blue) = 82+77+2=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #524D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D02 is #ADB2FD. Grayscale: #464646. Windows color (decimal): -11383550 or 150866. OLE color: 150866.

HSL color Cylindrical-coordinate representation of color #524D02: hue angle of 56.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #524D02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 2 -
CMYK 0 0.06 0.98 0.68
HSL 56.25º 0.95% 0.16% -
HSV(B) 56.25º 0.98% 0.32% -
XYZ 6.14 7.11 1.11 -
YUV 69.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 82 77 2 0 0.06 0.98 0.68 56.25 0.95 0.16
Hex 52 4D 2 0 6 62 44 38 5F 10
Octal 122 115 2 0 6 142 104 70 137 20
Binary 1010010 1001101 10 0 110 1100010 1000100 111000 1011111 10000

Color Harmonies of #524D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D02

Black with #524D02

Text Example


Text Example

White with #524D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,2); }

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

background-color css

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

 a { background-color: rgb(82,77,2); }

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

border-color css

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

 span { border-color: rgb(82,77,2); }

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