Html Css Color HEX #50661D Green Leaf

📋 copy color: '#50661D'

red 80 ◦ green 102 ◦ blue 29

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

Shades of Green Leaf #50661D

Tints of Green Leaf #50661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 37.91%
G = 48.34%
B = 13.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#50661D (or 0x50661D) is known color: Green Leaf. HEX triplet: 50, 66 and 1D. RGB value is (80,102,29). Sum of RGB (Red+Green+Blue) = 80+102+29=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #50661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50661D is #AF99E2. Grayscale: #575757. Windows color (decimal): -11508195 or 1926736. OLE color: 1926736.

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

Color convert

RGB 80 102 29 -
CMYK 0.22 0 0.72 0.6
HSL 78.08º 0.56% 0.26% -
HSV(B) 78.08º 0.72% 0.4% -
XYZ 8.28 11.3 2.91 -
YUV 87.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 80 102 29 0.22 0 0.72 0.6 78.08 0.56 0.26
Hex 50 66 1D 16 0 48 3C 4E 38 1A
Octal 120 146 35 26 0 110 74 116 70 32
Binary 1010000 1100110 11101 10110 0 1001000 111100 1001110 111000 11010

Color Harmonies of #50661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50661D

Black with #50661D

Text Example


Text Example

White with #50661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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