Html Css Color HEX #507130 Green Leaf

📋 copy color: '#507130'

red 80 ◦ green 113 ◦ blue 48

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

Shades of Green Leaf #507130

Tints of Green Leaf #507130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 33.2%
G = 46.89%
B = 19.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#507130 (or 0x507130) is known color: Green Leaf. HEX triplet: 50, 71 and 30. RGB value is (80,113,48). Sum of RGB (Red+Green+Blue) = 80+113+48=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #507130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507130 is #AF8ECF. Grayscale: #5F5F5F. Windows color (decimal): -11505360 or 3174736. OLE color: 3174736.

HSL color Cylindrical-coordinate representation of color #507130: hue angle of 90.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507130 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 48 -
CMYK 0.29 0 0.58 0.56
HSL 90.46º 0.4% 0.32% -
HSV(B) 90.46º 0.58% 0.44% -
XYZ 9.75 13.73 4.93 -
YUV 95.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 80 113 48 0.29 0 0.58 0.56 90.46 0.4 0.32
Hex 50 71 30 1D 0 3A 38 5A 28 20
Octal 120 161 60 35 0 72 70 132 50 40
Binary 1010000 1110001 110000 11101 0 111010 111000 1011010 101000 100000

Color Harmonies of #507130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507130

Black with #507130

Text Example


Text Example

White with #507130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507130; }

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

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

background-color css

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

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

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

border-color css

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

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

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