Html Css Color HEX #50630D Verdun Green

📋 copy color: '#50630D'

red 80 ◦ green 99 ◦ blue 13

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

Shades of Verdun Green #50630D

Tints of Verdun Green #50630D

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

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

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

R = 41.67%
G = 51.56%
B = 6.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#50630D (or 0x50630D) is known color: Verdun Green. HEX triplet: 50, 63 and 0D. RGB value is (80,99,13). Sum of RGB (Red+Green+Blue) = 80+99+13=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #50630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50630D is #AF9CF2. Grayscale: #535353. Windows color (decimal): -11508979 or 877392. OLE color: 877392.

HSL color Cylindrical-coordinate representation of color #50630D: hue angle of 73.26º 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 #50630D is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 13 -
CMYK 0.19 0 0.87 0.61
HSL 73.26º 0.77% 0.22% -
HSV(B) 73.26º 0.87% 0.39% -
XYZ 7.84 10.66 2.02 -
YUV 83.52 88.21 125.49 -
System Red Green Blue C M Y K H S L
Decimal 80 99 13 0.19 0 0.87 0.61 73.26 0.77 0.22
Hex 50 63 D 13 0 57 3D 49 4D 16
Octal 120 143 15 23 0 127 75 111 115 26
Binary 1010000 1100011 1101 10011 0 1010111 111101 1001001 1001101 10110

Color Harmonies of #50630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50630D

Black with #50630D

Text Example


Text Example

White with #50630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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