Html Css Color HEX #349124 La Palma

📋 copy color: '#349124'

red 52 ◦ green 145 ◦ blue 36

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

Shades of La Palma #349124

Tints of La Palma #349124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 22.32%
G = 62.23%
B = 15.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#349124 (or 0x349124) is known color: La Palma. HEX triplet: 34, 91 and 24. RGB value is (52,145,36). Sum of RGB (Red+Green+Blue) = 52+145+36=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #349124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349124 is #CB6EDB. Grayscale: #696969. Windows color (decimal): -13332188 or 2396468. OLE color: 2396468.

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

Color convert

RGB 52 145 36 -
CMYK 0.64 0 0.75 0.43
HSL 111.19º 0.6% 0.35% -
HSV(B) 111.19º 0.75% 0.57% -
XYZ 11.86 21.11 5.12 -
YUV 104.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 52 145 36 0.64 0 0.75 0.43 111.19 0.6 0.35
Hex 34 91 24 40 0 4B 2B 6F 3C 23
Octal 64 221 44 100 0 113 53 157 74 43
Binary 110100 10010001 100100 1000000 0 1001011 101011 1101111 111100 100011

Color Harmonies of #349124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349124

Black with #349124

Text Example


Text Example

White with #349124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349124; }

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

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

background-color css

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

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

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

border-color css

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

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

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