Html Css Color HEX #50652B Green Leaf

📋 copy color: '#50652B'

red 80 ◦ green 101 ◦ blue 43

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

Shades of Green Leaf #50652B

Tints of Green Leaf #50652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 35.71%
G = 45.09%
B = 19.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#50652B (or 0x50652B) is known color: Green Leaf. HEX triplet: 50, 65 and 2B. RGB value is (80,101,43). Sum of RGB (Red+Green+Blue) = 80+101+43=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #50652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50652B is #AF9AD4. Grayscale: #585858. Windows color (decimal): -11508437 or 2843984. OLE color: 2843984.

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

Color convert

RGB 80 101 43 -
CMYK 0.21 0 0.57 0.60
HSL 81.72º 0.4% 0.28% -
HSV(B) 81.72º 0.57% 0.4% -
XYZ 8.4 11.19 4 -
YUV 88.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 80 101 43 0.21 0 0.57 0.60 81.72 0.4 0.28
Hex 50 65 2B 15 0 39 3C 52 28 1C
Octal 120 145 53 25 0 71 74 122 50 34
Binary 1010000 1100101 101011 10101 0 111001 111100 1010010 101000 11100

Color Harmonies of #50652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50652B

Black with #50652B

Text Example


Text Example

White with #50652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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