Html Css Color HEX #349313 La Palma

📋 copy color: '#349313'

red 52 ◦ green 147 ◦ blue 19

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

Shades of La Palma #349313

Tints of La Palma #349313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.43%

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 23.85%
G = 67.43%
B = 8.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#349313 (or 0x349313) is known color: La Palma. HEX triplet: 34, 93 and 13. RGB value is (52,147,19). Sum of RGB (Red+Green+Blue) = 52+147+19=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #349313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349313 is #CB6CEC. Grayscale: #686868. Windows color (decimal): -13331693 or 1282868. OLE color: 1282868.

HSL color Cylindrical-coordinate representation of color #349313: hue angle of 104.53º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349313 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 19 -
CMYK 0.65 0 0.87 0.42
HSL 104.53º 0.77% 0.33% -
HSV(B) 104.53º 0.87% 0.58% -
XYZ 11.97 21.64 4.16 -
YUV 104 80.03 90.91 -
System Red Green Blue C M Y K H S L
Decimal 52 147 19 0.65 0 0.87 0.42 104.53 0.77 0.33
Hex 34 93 13 41 0 57 2A 69 4D 21
Octal 64 223 23 101 0 127 52 151 115 41
Binary 110100 10010011 10011 1000001 0 1010111 101010 1101001 1001101 100001

Color Harmonies of #349313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349313

Black with #349313

Text Example


Text Example

White with #349313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349313; }

 p { color: rgb(52,147,19); }

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

background-color css

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

 a { background-color: rgb(52,147,19); }

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

border-color css

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

 span { border-color: rgb(52,147,19); }

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