Html Css Color HEX #507530 Green Leaf

📋 copy color: '#507530'

red 80 ◦ green 117 ◦ blue 48

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

Shades of Green Leaf #507530

Tints of Green Leaf #507530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 32.65%
G = 47.76%
B = 19.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#507530 (or 0x507530) is known color: Green Leaf. HEX triplet: 50, 75 and 30. RGB value is (80,117,48). Sum of RGB (Red+Green+Blue) = 80+117+48=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #507530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507530 is #AF8ACF. Grayscale: #626262. Windows color (decimal): -11504336 or 3175760. OLE color: 3175760.

HSL color Cylindrical-coordinate representation of color #507530: hue angle of 92.17º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507530 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 48 -
CMYK 0.32 0 0.59 0.54
HSL 92.17º 0.42% 0.32% -
HSV(B) 92.17º 0.59% 0.46% -
XYZ 10.2 14.64 5.08 -
YUV 98.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 80 117 48 0.32 0 0.59 0.54 92.17 0.42 0.32
Hex 50 75 30 20 0 3B 36 5C 2A 20
Octal 120 165 60 40 0 73 66 134 52 40
Binary 1010000 1110101 110000 100000 0 111011 110110 1011100 101010 100000

Color Harmonies of #507530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507530

Black with #507530

Text Example


Text Example

White with #507530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507530; }

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

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

background-color css

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

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

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

border-color css

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

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

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