Html Css Color HEX #349518 La Palma

📋 copy color: '#349518'

red 52 ◦ green 149 ◦ blue 24

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

Shades of La Palma #349518

Tints of La Palma #349518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.22%

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 23.11%
G = 66.22%
B = 10.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#349518 (or 0x349518) is known color: La Palma. HEX triplet: 34, 95 and 18. RGB value is (52,149,24). Sum of RGB (Red+Green+Blue) = 52+149+24=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #349518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349518 is #CB6AE7. Grayscale: #6A6A6A. Windows color (decimal): -13331176 or 1611060. OLE color: 1611060.

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

Color convert

RGB 52 149 24 -
CMYK 0.65 0 0.84 0.42
HSL 106.56º 0.72% 0.34% -
HSV(B) 106.56º 0.84% 0.58% -
XYZ 12.33 22.29 4.52 -
YUV 105.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 52 149 24 0.65 0 0.84 0.42 106.56 0.72 0.34
Hex 34 95 18 41 0 54 2A 6B 48 22
Octal 64 225 30 101 0 124 52 153 110 42
Binary 110100 10010101 11000 1000001 0 1010100 101010 1101011 1001000 100010

Color Harmonies of #349518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349518

Black with #349518

Text Example


Text Example

White with #349518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349518; }

 p { color: rgb(52,149,24); }

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

background-color css

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

 a { background-color: rgb(52,149,24); }

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

border-color css

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

 span { border-color: rgb(52,149,24); }

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