Html Css Color HEX #349118 La Palma

📋 copy color: '#349118'

red 52 ◦ green 145 ◦ blue 24

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

Shades of La Palma #349118

Tints of La Palma #349118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 23.53%
G = 65.61%
B = 10.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#349118 (or 0x349118) is known color: La Palma. HEX triplet: 34, 91 and 18. RGB value is (52,145,24). Sum of RGB (Red+Green+Blue) = 52+145+24=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #349118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349118 is #CB6EE7. Grayscale: #676767. Windows color (decimal): -13332200 or 1610036. OLE color: 1610036.

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

Color convert

RGB 52 145 24 -
CMYK 0.64 0 0.83 0.43
HSL 106.12º 0.72% 0.33% -
HSV(B) 106.12º 0.83% 0.57% -
XYZ 11.71 21.05 4.31 -
YUV 103.4 83.19 91.34 -
System Red Green Blue C M Y K H S L
Decimal 52 145 24 0.64 0 0.83 0.43 106.12 0.72 0.33
Hex 34 91 18 40 0 53 2B 6A 48 21
Octal 64 221 30 100 0 123 53 152 110 41
Binary 110100 10010001 11000 1000000 0 1010011 101011 1101010 1001000 100001

Color Harmonies of #349118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349118

Black with #349118

Text Example


Text Example

White with #349118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349118; }

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

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

background-color css

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

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

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

border-color css

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

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

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