Html Css Color HEX #50662D Green Leaf

📋 copy color: '#50662D'

red 80 ◦ green 102 ◦ blue 45

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

Shades of Green Leaf #50662D

Tints of Green Leaf #50662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 35.24%
G = 44.93%
B = 19.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#50662D (or 0x50662D) is known color: Green Leaf. HEX triplet: 50, 66 and 2D. RGB value is (80,102,45). Sum of RGB (Red+Green+Blue) = 80+102+45=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #50662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662D is #AF99D2. Grayscale: #595959. Windows color (decimal): -11508179 or 2975312. OLE color: 2975312.

HSL color Cylindrical-coordinate representation of color #50662D: hue angle of 83.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50662D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 45 -
CMYK 0.22 0 0.56 0.6
HSL 83.16º 0.39% 0.29% -
HSV(B) 83.16º 0.56% 0.4% -
XYZ 8.53 11.4 4.23 -
YUV 88.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 80 102 45 0.22 0 0.56 0.6 83.16 0.39 0.29
Hex 50 66 2D 16 0 38 3C 53 27 1D
Octal 120 146 55 26 0 70 74 123 47 35
Binary 1010000 1100110 101101 10110 0 111000 111100 1010011 100111 11101

Color Harmonies of #50662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50662D

Black with #50662D

Text Example


Text Example

White with #50662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,102,45); }

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

background-color css

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

 a { background-color: rgb(80,102,45); }

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

border-color css

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

 span { border-color: rgb(80,102,45); }

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