Html Css Color HEX #525402 Verdun Green

📋 copy color: '#525402'

red 82 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #525402

Tints of Verdun Green #525402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50%

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

R = 48.81%
G = 50%
B = 1.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#525402 (or 0x525402) is known color: Verdun Green. HEX triplet: 52, 54 and 02. RGB value is (82,84,2). Sum of RGB (Red+Green+Blue) = 82+84+2=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #525402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525402 is #ADABFD. Grayscale: #4A4A4A. Windows color (decimal): -11381758 or 152658. OLE color: 152658.

HSL color Cylindrical-coordinate representation of color #525402: hue angle of 61.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525402 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 2 -
CMYK 0.02 0 0.98 0.67
HSL 61.46º 0.95% 0.17% -
HSV(B) 61.46º 0.98% 0.33% -
XYZ 6.66 8.14 1.28 -
YUV 74.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 82 84 2 0.02 0 0.98 0.67 61.46 0.95 0.17
Hex 52 54 2 2 0 62 43 3D 5F 11
Octal 122 124 2 2 0 142 103 75 137 21
Binary 1010010 1010100 10 10 0 1100010 1000011 111101 1011111 10001

Color Harmonies of #525402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525402

Black with #525402

Text Example


Text Example

White with #525402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525402; }

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

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

background-color css

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

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

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

border-color css

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

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

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