Html Css Color HEX #50621B Verdun Green

📋 copy color: '#50621B'

red 80 ◦ green 98 ◦ blue 27

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

Shades of Verdun Green #50621B

Tints of Verdun Green #50621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 39.02%
G = 47.8%
B = 13.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#50621B (or 0x50621B) is known color: Verdun Green. HEX triplet: 50, 62 and 1B. RGB value is (80,98,27). Sum of RGB (Red+Green+Blue) = 80+98+27=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #50621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50621B is #AF9DE4. Grayscale: #545454. Windows color (decimal): -11509221 or 1794640. OLE color: 1794640.

HSL color Cylindrical-coordinate representation of color #50621B: hue angle of 75.21º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50621B is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 27 -
CMYK 0.18 0 0.72 0.62
HSL 75.21º 0.57% 0.25% -
HSV(B) 75.21º 0.72% 0.38% -
XYZ 7.87 10.52 2.65 -
YUV 84.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 80 98 27 0.18 0 0.72 0.62 75.21 0.57 0.25
Hex 50 62 1B 12 0 48 3E 4B 39 19
Octal 120 142 33 22 0 110 76 113 71 31
Binary 1010000 1100010 11011 10010 0 1001000 111110 1001011 111001 11001

Color Harmonies of #50621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50621B

Black with #50621B

Text Example


Text Example

White with #50621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,98,27); }

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

background-color css

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

 a { background-color: rgb(80,98,27); }

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

border-color css

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

 span { border-color: rgb(80,98,27); }

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