Html Css Color HEX #535D14 Verdun Green

📋 copy color: '#535D14'

red 83 ◦ green 93 ◦ blue 20

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

Shades of Verdun Green #535D14

Tints of Verdun Green #535D14

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.2% from 255) = 10.2%

R = 42.35%
G = 47.45%
B = 10.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#535D14 (or 0x535D14) is known color: 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

RGB 83 93 20 -
CMYK 0.11 0 0.78 0.64
HSL 68.22º 0.65% 0.22% -
HSV(B) 68.22º 0.78% 0.36% -
XYZ 7.61 9.72 2.14 -
YUV 81.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 83 93 20 0.11 0 0.78 0.64 68.22 0.65 0.22
Hex 53 5D 14 B 0 4E 40 44 41 16
Octal 123 135 24 13 0 116 100 104 101 26
Binary 1010011 1011101 10100 1011 0 1001110 1000000 1000100 1000001 10110

Color Harmonies of #535D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D14

Black with #535D14

Text Example


Text Example

White with #535D14

Text Example


Text Example

HTML Codes & Css Web 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>