Html Css Color HEX #349D15 La Palma

📋 copy color: '#349D15'

red 52 ◦ green 157 ◦ blue 21

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

Shades of La Palma #349D15

Tints of La Palma #349D15

RGB

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

 GREEN value IS 157 (61.72% from 255) = 68.26%

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

R = 22.61%
G = 68.26%
B = 9.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#349D15 (or 0x349D15) is known color: La Palma. HEX triplet: 34, 9D and 15. RGB value is (52,157,21). Sum of RGB (Red+Green+Blue) = 52+157+21=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 157 (61.72% from 255 or 68.26% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 157 - color contains mainly: green. Hex color #349D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349D15 is #CB62EA. Grayscale: #6E6E6E. Windows color (decimal): -13329131 or 1416500. OLE color: 1416500.

HSL color Cylindrical-coordinate representation of color #349D15: hue angle of 106.32º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349D15 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 21 -
CMYK 0.67 0 0.87 0.38
HSL 106.32º 0.76% 0.35% -
HSV(B) 106.32º 0.87% 0.62% -
XYZ 13.61 24.9 4.8 -
YUV 110.1 77.71 86.56 -
System Red Green Blue C M Y K H S L
Decimal 52 157 21 0.67 0 0.87 0.38 106.32 0.76 0.35
Hex 34 9D 15 43 0 57 26 6A 4C 23
Octal 64 235 25 103 0 127 46 152 114 43
Binary 110100 10011101 10101 1000011 0 1010111 100110 1101010 1001100 100011

Color Harmonies of #349D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D15

Black with #349D15

Text Example


Text Example

White with #349D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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