Html Css Color HEX #509330 La Palma

📋 copy color: '#509330'

red 80 ◦ green 147 ◦ blue 48

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

Shades of La Palma #509330

Tints of La Palma #509330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 29.09%
G = 53.45%
B = 17.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#509330 (or 0x509330) is known color: La Palma. HEX triplet: 50, 93 and 30. RGB value is (80,147,48). Sum of RGB (Red+Green+Blue) = 80+147+48=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #509330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509330 is #AF6CCF. Grayscale: #747474. Windows color (decimal): -11496656 or 3183440. OLE color: 3183440.

HSL color Cylindrical-coordinate representation of color #509330: hue angle of 100.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509330 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 48 -
CMYK 0.46 0 0.67 0.42
HSL 100.61º 0.51% 0.38% -
HSV(B) 100.61º 0.67% 0.58% -
XYZ 14.28 22.79 6.44 -
YUV 115.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 80 147 48 0.46 0 0.67 0.42 100.61 0.51 0.38
Hex 50 93 30 2E 0 43 2A 65 33 26
Octal 120 223 60 56 0 103 52 145 63 46
Binary 1010000 10010011 110000 101110 0 1000011 101010 1100101 110011 100110

Color Harmonies of #509330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509330

Black with #509330

Text Example


Text Example

White with #509330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509330; }

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

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

background-color css

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

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

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

border-color css

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

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

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