Html Css Color HEX #53620B Verdun Green

📋 copy color: '#53620B'

red 83 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #53620B

Tints of Verdun Green #53620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 43.23%
G = 51.04%
B = 5.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#53620B (or 0x53620B) is known color: Verdun Green. HEX triplet: 53, 62 and 0B. RGB value is (83,98,11). Sum of RGB (Red+Green+Blue) = 83+98+11=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #53620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53620B is #AC9DF4. Grayscale: #535353. Windows color (decimal): -11312629 or 746067. OLE color: 746067.

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

Color convert

RGB 83 98 11 -
CMYK 0.15 0 0.89 0.62
HSL 70.34º 0.8% 0.21% -
HSV(B) 70.34º 0.89% 0.38% -
XYZ 8 10.6 1.94 -
YUV 83.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 83 98 11 0.15 0 0.89 0.62 70.34 0.8 0.21
Hex 53 62 B F 0 59 3E 46 50 15
Octal 123 142 13 17 0 131 76 106 120 25
Binary 1010011 1100010 1011 1111 0 1011001 111110 1000110 1010000 10101

Color Harmonies of #53620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53620B

Black with #53620B

Text Example


Text Example

White with #53620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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