Html Css Color HEX #525F19 Verdun Green

📋 copy color: '#525F19'

red 82 ◦ green 95 ◦ blue 25

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

Shades of Verdun Green #525F19

Tints of Verdun Green #525F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.03%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 40.59%
G = 47.03%
B = 12.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#525F19 (or 0x525F19) is known color: Verdun Green. HEX triplet: 52, 5F and 19. RGB value is (82,95,25). Sum of RGB (Red+Green+Blue) = 82+95+25=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #525F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525F19 is #ADA0E6. Grayscale: #535353. Windows color (decimal): -11378919 or 1662802. OLE color: 1662802.

HSL color Cylindrical-coordinate representation of color #525F19: hue angle of 71.14º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525F19 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 25 -
CMYK 0.14 0 0.74 0.63
HSL 71.14º 0.58% 0.24% -
HSV(B) 71.14º 0.74% 0.37% -
XYZ 7.75 10.05 2.45 -
YUV 83.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 82 95 25 0.14 0 0.74 0.63 71.14 0.58 0.24
Hex 52 5F 19 E 0 4A 3F 47 3A 18
Octal 122 137 31 16 0 112 77 107 72 30
Binary 1010010 1011111 11001 1110 0 1001010 111111 1000111 111010 11000

Color Harmonies of #525F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F19

Black with #525F19

Text Example


Text Example

White with #525F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,95,25); }

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

background-color css

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

 a { background-color: rgb(82,95,25); }

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

border-color css

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

 span { border-color: rgb(82,95,25); }

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