Html Css Color HEX #349529 La Palma

📋 copy color: '#349529'

red 52 ◦ green 149 ◦ blue 41

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

Shades of La Palma #349529

Tints of La Palma #349529

RGB

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

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

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

R = 21.49%
G = 61.57%
B = 16.94%

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

#349529 (or 0x349529) is known color: La Palma. HEX triplet: 34, 95 and 29. RGB value is (52,149,41). Sum of RGB (Red+Green+Blue) = 52+149+41=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #349529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349529 is #CB6AD6. Grayscale: #6C6C6C. Windows color (decimal): -13331159 or 2725172. OLE color: 2725172.

HSL color Cylindrical-coordinate representation of color #349529: hue angle of 113.89º degrees, saturation: 0.57, 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 #349529 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 41 -
CMYK 0.65 0 0.72 0.42
HSL 113.89º 0.57% 0.37% -
HSV(B) 113.89º 0.72% 0.58% -
XYZ 12.56 22.39 5.76 -
YUV 107.69 90.36 88.28 -
System Red Green Blue C M Y K H S L
Decimal 52 149 41 0.65 0 0.72 0.42 113.89 0.57 0.37
Hex 34 95 29 41 0 48 2A 72 39 25
Octal 64 225 51 101 0 110 52 162 71 45
Binary 110100 10010101 101001 1000001 0 1001000 101010 1110010 111001 100101

Color Harmonies of #349529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349529

Black with #349529

Text Example


Text Example

White with #349529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349529; }

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

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

background-color css

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

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

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

border-color css

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

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

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