Html Css Color HEX #50652D Green Leaf

📋 copy color: '#50652D'

red 80 ◦ green 101 ◦ blue 45

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

Shades of Green Leaf #50652D

Tints of Green Leaf #50652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 35.4%
G = 44.69%
B = 19.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#50652D (or 0x50652D) is known color: Green Leaf. HEX triplet: 50, 65 and 2D. RGB value is (80,101,45). Sum of RGB (Red+Green+Blue) = 80+101+45=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #50652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50652D is #AF9AD2. Grayscale: #585858. Windows color (decimal): -11508435 or 2975056. OLE color: 2975056.

HSL color Cylindrical-coordinate representation of color #50652D: hue angle of 82.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50652D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 45 -
CMYK 0.21 0 0.55 0.60
HSL 82.5º 0.38% 0.29% -
HSV(B) 82.5º 0.55% 0.4% -
XYZ 8.44 11.2 4.2 -
YUV 88.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 80 101 45 0.21 0 0.55 0.60 82.5 0.38 0.29
Hex 50 65 2D 15 0 37 3C 52 26 1D
Octal 120 145 55 25 0 67 74 122 46 35
Binary 1010000 1100101 101101 10101 0 110111 111100 1010010 100110 11101

Color Harmonies of #50652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50652D

Black with #50652D

Text Example


Text Example

White with #50652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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