Html Css Color HEX #349618 La Palma

📋 copy color: '#349618'

red 52 ◦ green 150 ◦ blue 24

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

Shades of La Palma #349618

Tints of La Palma #349618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.37%

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

R = 23.01%
G = 66.37%
B = 10.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#349618 (or 0x349618) is known color: La Palma. HEX triplet: 34, 96 and 18. RGB value is (52,150,24). Sum of RGB (Red+Green+Blue) = 52+150+24=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #349618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349618 is #CB69E7. Grayscale: #6A6A6A. Windows color (decimal): -13330920 or 1611316. OLE color: 1611316.

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

Color convert

RGB 52 150 24 -
CMYK 0.65 0 0.84 0.41
HSL 106.67º 0.72% 0.34% -
HSV(B) 106.67º 0.84% 0.59% -
XYZ 12.49 22.61 4.57 -
YUV 106.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 52 150 24 0.65 0 0.84 0.41 106.67 0.72 0.34
Hex 34 96 18 41 0 54 29 6B 48 22
Octal 64 226 30 101 0 124 51 153 110 42
Binary 110100 10010110 11000 1000001 0 1010100 101001 1101011 1001000 100010

Color Harmonies of #349618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349618

Black with #349618

Text Example


Text Example

White with #349618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349618; }

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

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

background-color css

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

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

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

border-color css

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

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

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