Html Css Color HEX #525A02 Verdun Green

📋 copy color: '#525A02'

red 82 ◦ green 90 ◦ blue 2

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

Shades of Verdun Green #525A02

Tints of Verdun Green #525A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.72%

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

R = 47.13%
G = 51.72%
B = 1.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#525A02 (or 0x525A02) is known color: Verdun Green. HEX triplet: 52, 5A and 02. RGB value is (82,90,2). Sum of RGB (Red+Green+Blue) = 82+90+2=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #525A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A02 is #ADA5FD. Grayscale: #4D4D4D. Windows color (decimal): -11380222 or 154194. OLE color: 154194.

HSL color Cylindrical-coordinate representation of color #525A02: hue angle of 65.45º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525A02 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 2 -
CMYK 0.09 0 0.98 0.65
HSL 65.45º 0.96% 0.18% -
HSV(B) 65.45º 0.98% 0.35% -
XYZ 7.15 9.11 1.44 -
YUV 77.58 85.35 131.16 -
System Red Green Blue C M Y K H S L
Decimal 82 90 2 0.09 0 0.98 0.65 65.45 0.96 0.18
Hex 52 5A 2 9 0 62 41 41 60 12
Octal 122 132 2 11 0 142 101 101 140 22
Binary 1010010 1011010 10 1001 0 1100010 1000001 1000001 1100000 10010

Color Harmonies of #525A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A02

Black with #525A02

Text Example


Text Example

White with #525A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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