Html Css Color HEX #349129 La Palma

📋 copy color: '#349129'

red 52 ◦ green 145 ◦ blue 41

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

Shades of La Palma #349129

Tints of La Palma #349129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.92%

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

R = 21.85%
G = 60.92%
B = 17.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#349129 (or 0x349129) is known color: La Palma. HEX triplet: 34, 91 and 29. RGB value is (52,145,41). Sum of RGB (Red+Green+Blue) = 52+145+41=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #349129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349129 is #CB6ED6. Grayscale: #696969. Windows color (decimal): -13332183 or 2724148. OLE color: 2724148.

HSL color Cylindrical-coordinate representation of color #349129: hue angle of 113.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #349129 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 41 -
CMYK 0.64 0 0.72 0.43
HSL 113.65º 0.56% 0.36% -
HSV(B) 113.65º 0.72% 0.57% -
XYZ 11.94 21.14 5.55 -
YUV 105.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 52 145 41 0.64 0 0.72 0.43 113.65 0.56 0.36
Hex 34 91 29 40 0 48 2B 72 38 24
Octal 64 221 51 100 0 110 53 162 70 44
Binary 110100 10010001 101001 1000000 0 1001000 101011 1110010 111000 100100

Color Harmonies of #349129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349129

Black with #349129

Text Example


Text Example

White with #349129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349129; }

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

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

background-color css

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

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

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

border-color css

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

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

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