Html Css Color HEX #349015 La Palma

📋 copy color: '#349015'

red 52 ◦ green 144 ◦ blue 21

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

Shades of La Palma #349015

Tints of La Palma #349015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.36%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 23.96%
G = 66.36%
B = 9.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#349015 (or 0x349015) is known color: La Palma. HEX triplet: 34, 90 and 15. RGB value is (52,144,21). Sum of RGB (Red+Green+Blue) = 52+144+21=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 144 (56.64% from 255 or 66.36% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 144 - color contains mainly: green. Hex color #349015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349015 is #CB6FEA. Grayscale: #666666. Windows color (decimal): -13332459 or 1413172. OLE color: 1413172.

HSL color Cylindrical-coordinate representation of color #349015: hue angle of 104.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #349015 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 21 -
CMYK 0.64 0 0.85 0.44
HSL 104.88º 0.75% 0.32% -
HSV(B) 104.88º 0.85% 0.56% -
XYZ 11.52 20.73 4.1 -
YUV 102.47 82.02 92 -
System Red Green Blue C M Y K H S L
Decimal 52 144 21 0.64 0 0.85 0.44 104.88 0.75 0.32
Hex 34 90 15 40 0 55 2C 69 4B 20
Octal 64 220 25 100 0 125 54 151 113 40
Binary 110100 10010000 10101 1000000 0 1010101 101100 1101001 1001011 100000

Color Harmonies of #349015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349015

Black with #349015

Text Example


Text Example

White with #349015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349015; }

 p { color: rgb(52,144,21); }

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

background-color css

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

 a { background-color: rgb(52,144,21); }

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

border-color css

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

 span { border-color: rgb(52,144,21); }

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