Html Css Color HEX #349119 La Palma

📋 copy color: '#349119'

red 52 ◦ green 145 ◦ blue 25

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

Shades of La Palma #349119

Tints of La Palma #349119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 23.42%
G = 65.32%
B = 11.26%

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

#349119 (or 0x349119) is known color: La Palma. HEX triplet: 34, 91 and 19. RGB value is (52,145,25). Sum of RGB (Red+Green+Blue) = 52+145+25=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #349119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349119 is #CB6EE6. Grayscale: #676767. Windows color (decimal): -13332199 or 1675572. OLE color: 1675572.

HSL color Cylindrical-coordinate representation of color #349119: hue angle of 106.5º degrees, saturation: 0.71, 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 #349119 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 25 -
CMYK 0.64 0 0.83 0.43
HSL 106.5º 0.71% 0.33% -
HSV(B) 106.5º 0.83% 0.57% -
XYZ 11.72 21.05 4.37 -
YUV 103.51 83.69 91.26 -
System Red Green Blue C M Y K H S L
Decimal 52 145 25 0.64 0 0.83 0.43 106.5 0.71 0.33
Hex 34 91 19 40 0 53 2B 6A 47 21
Octal 64 221 31 100 0 123 53 152 107 41
Binary 110100 10010001 11001 1000000 0 1010011 101011 1101010 1000111 100001

Color Harmonies of #349119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349119

Black with #349119

Text Example


Text Example

White with #349119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349119; }

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

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

background-color css

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

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

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

border-color css

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

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

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