Html Css Color HEX #349010 La Palma

📋 copy color: '#349010'

red 52 ◦ green 144 ◦ blue 16

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

Shades of La Palma #349010

Tints of La Palma #349010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 24.53%
G = 67.92%
B = 7.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#349010 (or 0x349010) is known color: La Palma. HEX triplet: 34, 90 and 10. RGB value is (52,144,16). Sum of RGB (Red+Green+Blue) = 52+144+16=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #349010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349010 is #CB6FEF. Grayscale: #666666. Windows color (decimal): -13332464 or 1085492. OLE color: 1085492.

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

Color convert

RGB 52 144 16 -
CMYK 0.64 0 0.89 0.44
HSL 103.13º 0.8% 0.31% -
HSV(B) 103.13º 0.89% 0.56% -
XYZ 11.48 20.71 3.88 -
YUV 101.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 52 144 16 0.64 0 0.89 0.44 103.13 0.8 0.31
Hex 34 90 10 40 0 59 2C 67 50 1F
Octal 64 220 20 100 0 131 54 147 120 37
Binary 110100 10010000 10000 1000000 0 1011001 101100 1100111 1010000 11111

Color Harmonies of #349010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349010

Black with #349010

Text Example


Text Example

White with #349010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349010; }

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

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

background-color css

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

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

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

border-color css

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

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

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