Html Css Color HEX #536519 Verdun Green

📋 copy color: '#536519'

red 83 ◦ green 101 ◦ blue 25

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

Shades of Verdun Green #536519

Tints of Verdun Green #536519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 39.71%
G = 48.33%
B = 11.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#536519 (or 0x536519) is known color: Verdun Green. HEX triplet: 53, 65 and 19. RGB value is (83,101,25). Sum of RGB (Red+Green+Blue) = 83+101+25=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #536519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536519 is #AC9AE6. Grayscale: #575757. Windows color (decimal): -11311847 or 1664339. OLE color: 1664339.

HSL color Cylindrical-coordinate representation of color #536519: hue angle of 74.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #536519 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 25 -
CMYK 0.18 0 0.75 0.60
HSL 74.21º 0.6% 0.25% -
HSV(B) 74.21º 0.75% 0.4% -
XYZ 8.4 11.22 2.64 -
YUV 86.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 83 101 25 0.18 0 0.75 0.60 74.21 0.6 0.25
Hex 53 65 19 12 0 4B 3C 4A 3C 19
Octal 123 145 31 22 0 113 74 112 74 31
Binary 1010011 1100101 11001 10010 0 1001011 111100 1001010 111100 11001

Color Harmonies of #536519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536519

Black with #536519

Text Example


Text Example

White with #536519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536519; }

 p { color: rgb(83,101,25); }

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

background-color css

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

 a { background-color: rgb(83,101,25); }

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

border-color css

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

 span { border-color: rgb(83,101,25); }

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