Html Css Color HEX #525A05 Verdun Green

📋 copy color: '#525A05'

red 82 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #525A05

Tints of Verdun Green #525A05

RGB

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

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

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

R = 46.33%
G = 50.85%
B = 2.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#525A05 (or 0x525A05) is known color: Verdun Green. HEX triplet: 52, 5A and 05. RGB value is (82,90,5). Sum of RGB (Red+Green+Blue) = 82+90+5=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #525A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A05 is #ADA5FA. Grayscale: #4E4E4E. Windows color (decimal): -11380219 or 350802. OLE color: 350802.

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

Color convert

RGB 82 90 5 -
CMYK 0.09 0 0.94 0.65
HSL 65.65º 0.89% 0.19% -
HSV(B) 65.65º 0.94% 0.35% -
XYZ 7.16 9.12 1.53 -
YUV 77.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 82 90 5 0.09 0 0.94 0.65 65.65 0.89 0.19
Hex 52 5A 5 9 0 5E 41 42 59 13
Octal 122 132 5 11 0 136 101 102 131 23
Binary 1010010 1011010 101 1001 0 1011110 1000001 1000010 1011001 10011

Color Harmonies of #525A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A05

Black with #525A05

Text Example


Text Example

White with #525A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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