Html Css Color HEX #349315 La Palma

📋 copy color: '#349315'

red 52 ◦ green 147 ◦ blue 21

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

Shades of La Palma #349315

Tints of La Palma #349315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 23.64%
G = 66.82%
B = 9.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#349315 (or 0x349315) is known color: La Palma. HEX triplet: 34, 93 and 15. RGB value is (52,147,21). Sum of RGB (Red+Green+Blue) = 52+147+21=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #349315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349315 is #CB6CEA. Grayscale: #686868. Windows color (decimal): -13331691 or 1413940. OLE color: 1413940.

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

Color convert

RGB 52 147 21 -
CMYK 0.65 0 0.86 0.42
HSL 105.24º 0.75% 0.33% -
HSV(B) 105.24º 0.86% 0.58% -
XYZ 11.99 21.65 4.26 -
YUV 104.23 81.03 90.75 -
System Red Green Blue C M Y K H S L
Decimal 52 147 21 0.65 0 0.86 0.42 105.24 0.75 0.33
Hex 34 93 15 41 0 56 2A 69 4B 21
Octal 64 223 25 101 0 126 52 151 113 41
Binary 110100 10010011 10101 1000001 0 1010110 101010 1101001 1001011 100001

Color Harmonies of #349315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349315

Black with #349315

Text Example


Text Example

White with #349315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349315; }

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

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

background-color css

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

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

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

border-color css

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

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

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