Html Css Color HEX #53620D Verdun Green

📋 copy color: '#53620D'

red 83 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #53620D

Tints of Verdun Green #53620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.7%

R = 42.78%
G = 50.52%
B = 6.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#53620D (or 0x53620D) is known color: Verdun Green. HEX triplet: 53, 62 and 0D. RGB value is (83,98,13). Sum of RGB (Red+Green+Blue) = 83+98+13=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #53620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53620D is #AC9DF2. Grayscale: #545454. Windows color (decimal): -11312627 or 877139. OLE color: 877139.

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

Color convert

RGB 83 98 13 -
CMYK 0.15 0 0.87 0.62
HSL 70.59º 0.77% 0.22% -
HSV(B) 70.59º 0.87% 0.38% -
XYZ 8.01 10.6 2.01 -
YUV 83.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 83 98 13 0.15 0 0.87 0.62 70.59 0.77 0.22
Hex 53 62 D F 0 57 3E 47 4D 16
Octal 123 142 15 17 0 127 76 107 115 26
Binary 1010011 1100010 1101 1111 0 1010111 111110 1000111 1001101 10110

Color Harmonies of #53620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53620D

Black with #53620D

Text Example


Text Example

White with #53620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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