Html Css Color HEX #349012 La Palma

📋 copy color: '#349012'

red 52 ◦ green 144 ◦ blue 18

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

Shades of La Palma #349012

Tints of La Palma #349012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.29%

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 24.3%
G = 67.29%
B = 8.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#349012 (or 0x349012) is known color: La Palma. HEX triplet: 34, 90 and 12. RGB value is (52,144,18). Sum of RGB (Red+Green+Blue) = 52+144+18=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #349012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349012 is #CB6FED. Grayscale: #666666. Windows color (decimal): -13332462 or 1216564. OLE color: 1216564.

HSL color Cylindrical-coordinate representation of color #349012: hue angle of 103.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #349012 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 18 -
CMYK 0.64 0 0.88 0.44
HSL 103.81º 0.78% 0.32% -
HSV(B) 103.81º 0.88% 0.56% -
XYZ 11.5 20.72 3.97 -
YUV 102.13 80.52 92.25 -
System Red Green Blue C M Y K H S L
Decimal 52 144 18 0.64 0 0.88 0.44 103.81 0.78 0.32
Hex 34 90 12 40 0 58 2C 68 4E 20
Octal 64 220 22 100 0 130 54 150 116 40
Binary 110100 10010000 10010 1000000 0 1011000 101100 1101000 1001110 100000

Color Harmonies of #349012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349012

Black with #349012

Text Example


Text Example

White with #349012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349012; }

 p { color: rgb(52,144,18); }

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

background-color css

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

 a { background-color: rgb(52,144,18); }

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

border-color css

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

 span { border-color: rgb(52,144,18); }

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