#525D14

Color #525D14 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #525D14

Tints of Verdun Green #525D14

Color information

#525D14 (or 0x525D14) is unknown color: approx Verdun Green. HEX triplet: 52, 5D and 14. RGB value is (82,93,20). Sum of RGB (Red+Green+Blue) = 82+93+20=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #525D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D14 is #ADA2EB. Grayscale: #515151. Windows color (decimal): -11379436 or 1334610. OLE color: 1334610.

HSL color Cylindrical-coordinate representation of color #525D14: hue angle of 69.04º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525D14 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB829320-
CMYK0.1200.780.64
HSL69.04º64.6%22.16%-
HSV(B)69.04º78.49%36.47%-
XYZ7.529.672.13-
YUV81.3993.36128.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=42.05%
G=47.69%
B=10.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293200.1200.780.6469.0464.622.16
Hex525D14C04E40454116
Octal1221352414011610010510126
Binary101001010111011010011000100111010000001000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,20); }

 H1.HeaderClassName
 {
   color: #525D14;
 }
 .AnyTagClassName
 {
   color: #525D14;
 }
</style>
background-color css

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

 a { background-color: rgb(82,93,20); }

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

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

 span { border-color: rgb(82,93,20); }

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