Html Css Color HEX #349211 La Palma

📋 copy color: '#349211'

red 52 ◦ green 146 ◦ blue 17

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

Shades of La Palma #349211

Tints of La Palma #349211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.91%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 24.19%
G = 67.91%
B = 7.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#349211 (or 0x349211) is known color: La Palma. HEX triplet: 34, 92 and 11. RGB value is (52,146,17). Sum of RGB (Red+Green+Blue) = 52+146+17=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #349211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349211 is #CB6DEE. Grayscale: #676767. Windows color (decimal): -13331951 or 1151540. OLE color: 1151540.

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

Color convert

RGB 52 146 17 -
CMYK 0.64 0 0.88 0.43
HSL 103.72º 0.79% 0.32% -
HSV(B) 103.72º 0.88% 0.57% -
XYZ 11.8 21.33 4.03 -
YUV 103.19 79.36 91.49 -
System Red Green Blue C M Y K H S L
Decimal 52 146 17 0.64 0 0.88 0.43 103.72 0.79 0.32
Hex 34 92 11 40 0 58 2B 68 4F 20
Octal 64 222 21 100 0 130 53 150 117 40
Binary 110100 10010010 10001 1000000 0 1011000 101011 1101000 1001111 100000

Color Harmonies of #349211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349211

Black with #349211

Text Example


Text Example

White with #349211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349211; }

 p { color: rgb(52,146,17); }

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

background-color css

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

 a { background-color: rgb(52,146,17); }

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

border-color css

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

 span { border-color: rgb(52,146,17); }

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