Html Css Color HEX #349510 La Palma

📋 copy color: '#349510'

red 52 ◦ green 149 ◦ blue 16

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

Shades of La Palma #349510

Tints of La Palma #349510

RGB

 RED value IS 52 (20.7% from 255) = 23.96%

 GREEN value IS 149 (58.59% from 255) = 68.66%

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 23.96%
G = 68.66%
B = 7.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#349510 (or 0x349510) is known color: La Palma. HEX triplet: 34, 95 and 10. RGB value is (52,149,16). Sum of RGB (Red+Green+Blue) = 52+149+16=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #349510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349510 is #CB6AEF. Grayscale: #696969. Windows color (decimal): -13331184 or 1086772. OLE color: 1086772.

HSL color Cylindrical-coordinate representation of color #349510: hue angle of 103.76º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #349510 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 16 -
CMYK 0.65 0 0.89 0.42
HSL 103.76º 0.81% 0.32% -
HSV(B) 103.76º 0.89% 0.58% -
XYZ 12.26 22.26 4.14 -
YUV 104.84 77.86 90.31 -
System Red Green Blue C M Y K H S L
Decimal 52 149 16 0.65 0 0.89 0.42 103.76 0.81 0.32
Hex 34 95 10 41 0 59 2A 68 51 20
Octal 64 225 20 101 0 131 52 150 121 40
Binary 110100 10010101 10000 1000001 0 1011001 101010 1101000 1010001 100000

Color Harmonies of #349510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349510

Black with #349510

Text Example


Text Example

White with #349510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349510; }

 p { color: rgb(52,149,16); }

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

background-color css

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

 a { background-color: rgb(52,149,16); }

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

border-color css

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

 span { border-color: rgb(52,149,16); }

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