Html Css Color HEX #535A13 Verdun Green

📋 copy color: '#535A13'

red 83 ◦ green 90 ◦ blue 19

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

Shades of Verdun Green #535A13

Tints of Verdun Green #535A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.88%

 BLUE value IS 19 (7.81% from 255) = 9.9%

R = 43.23%
G = 46.88%
B = 9.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#535A13 (or 0x535A13) is known color: Verdun Green. HEX triplet: 53, 5A and 13. RGB value is (83,90,19). Sum of RGB (Red+Green+Blue) = 83+90+19=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #535A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A13 is #ACA5EC. Grayscale: #505050. Windows color (decimal): -11314669 or 1268307. OLE color: 1268307.

HSL color Cylindrical-coordinate representation of color #535A13: hue angle of 65.92º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #535A13 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 19 -
CMYK 0.08 0 0.79 0.65
HSL 65.92º 0.65% 0.21% -
HSV(B) 65.92º 0.79% 0.35% -
XYZ 7.34 9.2 2 -
YUV 79.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 83 90 19 0.08 0 0.79 0.65 65.92 0.65 0.21
Hex 53 5A 13 8 0 4F 41 42 41 15
Octal 123 132 23 10 0 117 101 102 101 25
Binary 1010011 1011010 10011 1000 0 1001111 1000001 1000010 1000001 10101

Color Harmonies of #535A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A13

Black with #535A13

Text Example


Text Example

White with #535A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,19); }

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

background-color css

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

 a { background-color: rgb(83,90,19); }

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

border-color css

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

 span { border-color: rgb(83,90,19); }

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