Html Css Color HEX #536614 Verdun Green

📋 copy color: '#536614'

red 83 ◦ green 102 ◦ blue 20

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

Shades of Verdun Green #536614

Tints of Verdun Green #536614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.76%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 40.49%
G = 49.76%
B = 9.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#536614 (or 0x536614) is known color: Verdun Green. HEX triplet: 53, 66 and 14. RGB value is (83,102,20). Sum of RGB (Red+Green+Blue) = 83+102+20=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #536614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536614 is #AC99EB. Grayscale: #575757. Windows color (decimal): -11311596 or 1336915. OLE color: 1336915.

HSL color Cylindrical-coordinate representation of color #536614: hue angle of 73.9º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #536614 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 20 -
CMYK 0.19 0 0.80 0.6
HSL 73.9º 0.67% 0.24% -
HSV(B) 73.9º 0.8% 0.4% -
XYZ 8.44 11.39 2.42 -
YUV 86.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 83 102 20 0.19 0 0.80 0.6 73.9 0.67 0.24
Hex 53 66 14 13 0 50 3C 4A 43 18
Octal 123 146 24 23 0 120 74 112 103 30
Binary 1010011 1100110 10100 10011 0 1010000 111100 1001010 1000011 11000

Color Harmonies of #536614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536614

Black with #536614

Text Example


Text Example

White with #536614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536614; }

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

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

background-color css

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

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

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

border-color css

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

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

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