Html Css Color HEX #53630D Verdun Green

📋 copy color: '#53630D'

red 83 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #53630D

Tints of Verdun Green #53630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

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

R = 42.56%
G = 50.77%
B = 6.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#53630D (or 0x53630D) is known color: Verdun Green. HEX triplet: 53, 63 and 0D. RGB value is (83,99,13). Sum of RGB (Red+Green+Blue) = 83+99+13=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #53630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53630D is #AC9CF2. Grayscale: #545454. Windows color (decimal): -11312371 or 877395. OLE color: 877395.

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

Color convert

RGB 83 99 13 -
CMYK 0.16 0 0.87 0.61
HSL 71.16º 0.77% 0.22% -
HSV(B) 71.16º 0.87% 0.39% -
XYZ 8.1 10.79 2.04 -
YUV 84.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 83 99 13 0.16 0 0.87 0.61 71.16 0.77 0.22
Hex 53 63 D 10 0 57 3D 47 4D 16
Octal 123 143 15 20 0 127 75 107 115 26
Binary 1010011 1100011 1101 10000 0 1010111 111101 1000111 1001101 10110

Color Harmonies of #53630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53630D

Black with #53630D

Text Example


Text Example

White with #53630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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