Html Css Color HEX #53630C Verdun Green

📋 copy color: '#53630C'

red 83 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #53630C

Tints of Verdun Green #53630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 42.78%
G = 51.03%
B = 6.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#53630C (or 0x53630C) is known color: Verdun Green. HEX triplet: 53, 63 and 0C. RGB value is (83,99,12). Sum of RGB (Red+Green+Blue) = 83+99+12=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #53630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53630C is #AC9CF3. Grayscale: #545454. Windows color (decimal): -11312372 or 811859. OLE color: 811859.

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

Color convert

RGB 83 99 12 -
CMYK 0.16 0 0.88 0.61
HSL 71.03º 0.78% 0.22% -
HSV(B) 71.03º 0.88% 0.39% -
XYZ 8.1 10.79 2 -
YUV 84.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 83 99 12 0.16 0 0.88 0.61 71.03 0.78 0.22
Hex 53 63 C 10 0 58 3D 47 4E 16
Octal 123 143 14 20 0 130 75 107 116 26
Binary 1010011 1100011 1100 10000 0 1011000 111101 1000111 1001110 10110

Color Harmonies of #53630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53630C

Black with #53630C

Text Example


Text Example

White with #53630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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