Html Css Color HEX #506830 Green Leaf

📋 copy color: '#506830'

red 80 ◦ green 104 ◦ blue 48

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

Shades of Green Leaf #506830

Tints of Green Leaf #506830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 48 (19.14% from 255) = 20.69%

R = 34.48%
G = 44.83%
B = 20.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#506830 (or 0x506830) is known color: Green Leaf. HEX triplet: 50, 68 and 30. RGB value is (80,104,48). Sum of RGB (Red+Green+Blue) = 80+104+48=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #506830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506830 is #AF97CF. Grayscale: #5A5A5A. Windows color (decimal): -11507664 or 3172432. OLE color: 3172432.

HSL color Cylindrical-coordinate representation of color #506830: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #506830 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 48 -
CMYK 0.23 0 0.54 0.59
HSL 85.71º 0.37% 0.3% -
HSV(B) 85.71º 0.54% 0.41% -
XYZ 8.79 11.82 4.61 -
YUV 90.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 80 104 48 0.23 0 0.54 0.59 85.71 0.37 0.3
Hex 50 68 30 17 0 36 3B 56 25 1E
Octal 120 150 60 27 0 66 73 126 45 36
Binary 1010000 1101000 110000 10111 0 110110 111011 1010110 100101 11110

Color Harmonies of #506830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506830

Black with #506830

Text Example


Text Example

White with #506830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506830; }

 p { color: rgb(80,104,48); }

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

background-color css

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

 a { background-color: rgb(80,104,48); }

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

border-color css

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

 span { border-color: rgb(80,104,48); }

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