Html Css Color HEX #50652A Green Leaf

📋 copy color: '#50652A'

red 80 ◦ green 101 ◦ blue 42

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

Shades of Green Leaf #50652A

Tints of Green Leaf #50652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.83%

R = 35.87%
G = 45.29%
B = 18.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#50652A (or 0x50652A) is known color: Green Leaf. HEX triplet: 50, 65 and 2A. RGB value is (80,101,42). Sum of RGB (Red+Green+Blue) = 80+101+42=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #50652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50652A is #AF9AD5. Grayscale: #585858. Windows color (decimal): -11508438 or 2778448. OLE color: 2778448.

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

Color convert

RGB 80 101 42 -
CMYK 0.21 0 0.58 0.60
HSL 81.36º 0.41% 0.28% -
HSV(B) 81.36º 0.58% 0.4% -
XYZ 8.38 11.18 3.91 -
YUV 88 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 80 101 42 0.21 0 0.58 0.60 81.36 0.41 0.28
Hex 50 65 2A 15 0 3A 3C 51 29 1C
Octal 120 145 52 25 0 72 74 121 51 34
Binary 1010000 1100101 101010 10101 0 111010 111100 1010001 101001 11100

Color Harmonies of #50652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50652A

Black with #50652A

Text Example


Text Example

White with #50652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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