Html Css Color HEX #536015 Verdun Green

📋 copy color: '#536015'

red 83 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #536015

Tints of Verdun Green #536015

RGB

 RED value IS 83 (32.81% from 255) = 41.5%

 GREEN value IS 96 (37.89% from 255) = 48%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 41.5%
G = 48%
B = 10.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#536015 (or 0x536015) is known color: Verdun Green. HEX triplet: 53, 60 and 15. RGB value is (83,96,21). Sum of RGB (Red+Green+Blue) = 83+96+21=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #536015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536015 is #AC9FEA. Grayscale: #535353. Windows color (decimal): -11313131 or 1400915. OLE color: 1400915.

HSL color Cylindrical-coordinate representation of color #536015: hue angle of 70.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #536015 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 21 -
CMYK 0.14 0 0.78 0.62
HSL 70.4º 0.64% 0.23% -
HSV(B) 70.4º 0.78% 0.38% -
XYZ 7.89 10.26 2.27 -
YUV 83.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 83 96 21 0.14 0 0.78 0.62 70.4 0.64 0.23
Hex 53 60 15 E 0 4E 3E 46 40 17
Octal 123 140 25 16 0 116 76 106 100 27
Binary 1010011 1100000 10101 1110 0 1001110 111110 1000110 1000000 10111

Color Harmonies of #536015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536015

Black with #536015

Text Example


Text Example

White with #536015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536015; }

 p { color: rgb(83,96,21); }

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

background-color css

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

 a { background-color: rgb(83,96,21); }

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

border-color css

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

 span { border-color: rgb(83,96,21); }

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