Html Css Color HEX #50630C Verdun Green

📋 copy color: '#50630C'

red 80 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #50630C

Tints of Verdun Green #50630C

RGB

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

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

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

R = 41.88%
G = 51.83%
B = 6.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#50630C (or 0x50630C) is known color: Verdun Green. HEX triplet: 50, 63 and 0C. RGB value is (80,99,12). Sum of RGB (Red+Green+Blue) = 80+99+12=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #50630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50630C is #AF9CF3. Grayscale: #535353. Windows color (decimal): -11508980 or 811856. OLE color: 811856.

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

Color convert

RGB 80 99 12 -
CMYK 0.19 0 0.88 0.61
HSL 73.1º 0.78% 0.22% -
HSV(B) 73.1º 0.88% 0.39% -
XYZ 7.84 10.66 1.99 -
YUV 83.4 87.71 125.57 -
System Red Green Blue C M Y K H S L
Decimal 80 99 12 0.19 0 0.88 0.61 73.1 0.78 0.22
Hex 50 63 C 13 0 58 3D 49 4E 16
Octal 120 143 14 23 0 130 75 111 116 26
Binary 1010000 1100011 1100 10011 0 1011000 111101 1001001 1001110 10110

Color Harmonies of #50630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50630C

Black with #50630C

Text Example


Text Example

White with #50630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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