Html Css Color HEX #507531 Green Leaf

📋 copy color: '#507531'

red 80 ◦ green 117 ◦ blue 49

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

Shades of Green Leaf #507531

Tints of Green Leaf #507531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 32.52%
G = 47.56%
B = 19.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#507531 (or 0x507531) is known color: Green Leaf. HEX triplet: 50, 75 and 31. RGB value is (80,117,49). Sum of RGB (Red+Green+Blue) = 80+117+49=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #507531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507531 is #AF8ACE. Grayscale: #626262. Windows color (decimal): -11504335 or 3241296. OLE color: 3241296.

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

Color convert

RGB 80 117 49 -
CMYK 0.32 0 0.58 0.54
HSL 92.65º 0.41% 0.33% -
HSV(B) 92.65º 0.58% 0.46% -
XYZ 10.22 14.65 5.19 -
YUV 98.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 80 117 49 0.32 0 0.58 0.54 92.65 0.41 0.33
Hex 50 75 31 20 0 3A 36 5D 29 21
Octal 120 165 61 40 0 72 66 135 51 41
Binary 1010000 1110101 110001 100000 0 111010 110110 1011101 101001 100001

Color Harmonies of #507531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507531

Black with #507531

Text Example


Text Example

White with #507531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507531; }

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

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

background-color css

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

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

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

border-color css

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

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

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