Html Css Color HEX #349329 La Palma

📋 copy color: '#349329'

red 52 ◦ green 147 ◦ blue 41

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

Shades of La Palma #349329

Tints of La Palma #349329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 21.67%
G = 61.25%
B = 17.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#349329 (or 0x349329) is known color: La Palma. HEX triplet: 34, 93 and 29. RGB value is (52,147,41). Sum of RGB (Red+Green+Blue) = 52+147+41=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #349329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349329 is #CB6CD6. Grayscale: #6A6A6A. Windows color (decimal): -13331671 or 2724660. OLE color: 2724660.

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

Color convert

RGB 52 147 41 -
CMYK 0.65 0 0.72 0.42
HSL 113.77º 0.56% 0.37% -
HSV(B) 113.77º 0.72% 0.58% -
XYZ 12.25 21.76 5.65 -
YUV 106.51 91.03 89.12 -
System Red Green Blue C M Y K H S L
Decimal 52 147 41 0.65 0 0.72 0.42 113.77 0.56 0.37
Hex 34 93 29 41 0 48 2A 72 38 25
Octal 64 223 51 101 0 110 52 162 70 45
Binary 110100 10010011 101001 1000001 0 1001000 101010 1110010 111000 100101

Color Harmonies of #349329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349329

Black with #349329

Text Example


Text Example

White with #349329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349329; }

 p { color: rgb(52,147,41); }

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

background-color css

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

 a { background-color: rgb(52,147,41); }

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

border-color css

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

 span { border-color: rgb(52,147,41); }

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