Html Css Color HEX #50692D Green Leaf

📋 copy color: '#50692D'

red 80 ◦ green 105 ◦ blue 45

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

Shades of Green Leaf #50692D

Tints of Green Leaf #50692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

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

R = 34.78%
G = 45.65%
B = 19.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#50692D (or 0x50692D) is known color: Green Leaf. HEX triplet: 50, 69 and 2D. RGB value is (80,105,45). Sum of RGB (Red+Green+Blue) = 80+105+45=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #50692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50692D is #AF96D2. Grayscale: #5A5A5A. Windows color (decimal): -11507411 or 2976080. OLE color: 2976080.

HSL color Cylindrical-coordinate representation of color #50692D: hue angle of 85º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50692D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 45 -
CMYK 0.24 0 0.57 0.59
HSL 85º 0.4% 0.29% -
HSV(B) 85º 0.57% 0.41% -
XYZ 8.83 12 4.33 -
YUV 90.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 80 105 45 0.24 0 0.57 0.59 85 0.4 0.29
Hex 50 69 2D 18 0 39 3B 55 28 1D
Octal 120 151 55 30 0 71 73 125 50 35
Binary 1010000 1101001 101101 11000 0 111001 111011 1010101 101000 11101

Color Harmonies of #50692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50692D

Black with #50692D

Text Example


Text Example

White with #50692D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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