#535D14

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

Shades of Verdun Green #535D14

Tints of Verdun Green #535D14

Color information

#535D14 (or 0x535D14) is unknown color: approx Verdun Green. HEX triplet: 53, 5D and 14. RGB value is (83,93,20). Sum of RGB (Red+Green+Blue) = 83+93+20=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #535D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D14 is #ACA2EB. Grayscale: #515151. Windows color (decimal): -11313900 or 1334611. OLE color: 1334611.

HSL color Cylindrical-coordinate representation of color #535D14: hue angle of 68.22º 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 #535D14 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB839320-
CMYK0.1100.780.64
HSL68.22º64.6%22.16%-
HSV(B)68.22º78.49%36.47%-
XYZ7.619.722.14-
YUV81.6993.19128.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=42.35%
G=47.45%
B=10.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393200.1100.780.6468.2264.622.16
Hex535D14B04E40444116
Octal1231352413011610010410126
Binary101001110111011010010110100111010000001000100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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