Html Css Color HEX #349319 La Palma

📋 copy color: '#349319'

red 52 ◦ green 147 ◦ blue 25

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

Shades of La Palma #349319

Tints of La Palma #349319

RGB

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

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

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

R = 23.21%
G = 65.63%
B = 11.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#349319 (or 0x349319) is known color: La Palma. HEX triplet: 34, 93 and 19. RGB value is (52,147,25). Sum of RGB (Red+Green+Blue) = 52+147+25=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #349319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349319 is #CB6CE6. Grayscale: #696969. Windows color (decimal): -13331687 or 1676084. OLE color: 1676084.

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

Color convert

RGB 52 147 25 -
CMYK 0.65 0 0.83 0.42
HSL 106.72º 0.71% 0.34% -
HSV(B) 106.72º 0.83% 0.58% -
XYZ 12.03 21.67 4.47 -
YUV 104.69 83.03 90.42 -
System Red Green Blue C M Y K H S L
Decimal 52 147 25 0.65 0 0.83 0.42 106.72 0.71 0.34
Hex 34 93 19 41 0 53 2A 6B 47 22
Octal 64 223 31 101 0 123 52 153 107 42
Binary 110100 10010011 11001 1000001 0 1010011 101010 1101011 1000111 100010

Color Harmonies of #349319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349319

Black with #349319

Text Example


Text Example

White with #349319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349319; }

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

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

background-color css

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

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

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

border-color css

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

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

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