Html Css Color HEX #50622A Green Leaf

📋 copy color: '#50622A'

red 80 ◦ green 98 ◦ blue 42

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

Shades of Green Leaf #50622A

Tints of Green Leaf #50622A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 36.36%
G = 44.55%
B = 19.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#50622A (or 0x50622A) is known color: Green Leaf. HEX triplet: 50, 62 and 2A. RGB value is (80,98,42). Sum of RGB (Red+Green+Blue) = 80+98+42=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #50622A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50622A is #AF9DD5. Grayscale: #565656. Windows color (decimal): -11509206 or 2777680. OLE color: 2777680.

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

Color convert

RGB 80 98 42 -
CMYK 0.18 0 0.57 0.62
HSL 79.29º 0.4% 0.27% -
HSV(B) 79.29º 0.57% 0.38% -
XYZ 8.09 10.61 3.81 -
YUV 86.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 80 98 42 0.18 0 0.57 0.62 79.29 0.4 0.27
Hex 50 62 2A 12 0 39 3E 4F 28 1B
Octal 120 142 52 22 0 71 76 117 50 33
Binary 1010000 1100010 101010 10010 0 111001 111110 1001111 101000 11011

Color Harmonies of #50622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50622A

Black with #50622A

Text Example


Text Example

White with #50622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50622A; }

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

 H1.HeaderClassName
 {
   color: #50622A;
 }
 .AnyTagClassName
 {
   color: #50622A;
 }
</style>

background-color css

<style>
 a { background-color: #50622A; }

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

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

border-color css

<style>
 span { border-color: #50622A; }

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

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