Html Css Color HEX #507E30 La Palma

📋 copy color: '#507E30'

red 80 ◦ green 126 ◦ blue 48

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

Shades of La Palma #507E30

Tints of La Palma #507E30

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.61%

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

R = 31.5%
G = 49.61%
B = 18.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#507E30 (or 0x507E30) is known color: La Palma. HEX triplet: 50, 7E and 30. RGB value is (80,126,48). Sum of RGB (Red+Green+Blue) = 80+126+48=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #507E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E30 is #AF81CF. Grayscale: #676767. Windows color (decimal): -11502032 or 3178064. OLE color: 3178064.

HSL color Cylindrical-coordinate representation of color #507E30: hue angle of 95.38º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507E30 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 48 -
CMYK 0.37 0 0.62 0.51
HSL 95.38º 0.45% 0.34% -
HSV(B) 95.38º 0.62% 0.49% -
XYZ 11.3 16.84 5.45 -
YUV 103.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 80 126 48 0.37 0 0.62 0.51 95.38 0.45 0.34
Hex 50 7E 30 25 0 3E 33 5F 2D 22
Octal 120 176 60 45 0 76 63 137 55 42
Binary 1010000 1111110 110000 100101 0 111110 110011 1011111 101101 100010

Color Harmonies of #507E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E30

Black with #507E30

Text Example


Text Example

White with #507E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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