Html Css Color HEX #50622F Green Leaf

📋 copy color: '#50622F'

red 80 ◦ green 98 ◦ blue 47

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

Shades of Green Leaf #50622F

Tints of Green Leaf #50622F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 35.56%
G = 43.56%
B = 20.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#50622F (or 0x50622F) is known color: Green Leaf. HEX triplet: 50, 62 and 2F. RGB value is (80,98,47). Sum of RGB (Red+Green+Blue) = 80+98+47=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #50622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50622F is #AF9DD0. Grayscale: #565656. Windows color (decimal): -11509201 or 3105360. OLE color: 3105360.

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

Color convert

RGB 80 98 47 -
CMYK 0.18 0 0.52 0.62
HSL 81.18º 0.35% 0.28% -
HSV(B) 81.18º 0.52% 0.38% -
XYZ 8.19 10.65 4.31 -
YUV 86.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 80 98 47 0.18 0 0.52 0.62 81.18 0.35 0.28
Hex 50 62 2F 12 0 34 3E 51 23 1C
Octal 120 142 57 22 0 64 76 121 43 34
Binary 1010000 1100010 101111 10010 0 110100 111110 1010001 100011 11100

Color Harmonies of #50622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50622F

Black with #50622F

Text Example


Text Example

White with #50622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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