Html Css Color HEX #53620E Verdun Green

📋 copy color: '#53620E'

red 83 ◦ green 98 ◦ blue 14

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

Shades of Verdun Green #53620E

Tints of Verdun Green #53620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.26%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 42.56%
G = 50.26%
B = 7.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#53620E (or 0x53620E) is known color: Verdun Green. HEX triplet: 53, 62 and 0E. RGB value is (83,98,14). Sum of RGB (Red+Green+Blue) = 83+98+14=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #53620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53620E is #AC9DF1. Grayscale: #545454. Windows color (decimal): -11312626 or 942675. OLE color: 942675.

HSL color Cylindrical-coordinate representation of color #53620E: hue angle of 70.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53620E is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 14 -
CMYK 0.15 0 0.86 0.62
HSL 70.71º 0.75% 0.22% -
HSV(B) 70.71º 0.86% 0.38% -
XYZ 8.01 10.61 2.04 -
YUV 83.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 83 98 14 0.15 0 0.86 0.62 70.71 0.75 0.22
Hex 53 62 E F 0 56 3E 47 4B 16
Octal 123 142 16 17 0 126 76 107 113 26
Binary 1010011 1100010 1110 1111 0 1010110 111110 1000111 1001011 10110

Color Harmonies of #53620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53620E

Black with #53620E

Text Example


Text Example

White with #53620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53620E; }

 p { color: rgb(83,98,14); }

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

background-color css

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

 a { background-color: rgb(83,98,14); }

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

border-color css

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

 span { border-color: rgb(83,98,14); }

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