Html Css Color HEX #349D12 La Palma

📋 copy color: '#349D12'

red 52 ◦ green 157 ◦ blue 18

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

Shades of La Palma #349D12

Tints of La Palma #349D12

RGB

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

 GREEN value IS 157 (61.72% from 255) = 69.16%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 22.91%
G = 69.16%
B = 7.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#349D12 (or 0x349D12) is known color: La Palma. HEX triplet: 34, 9D and 12. RGB value is (52,157,18). Sum of RGB (Red+Green+Blue) = 52+157+18=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 157 (61.72% from 255 or 69.16% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 157 - color contains mainly: green. Hex color #349D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349D12 is #CB62ED. Grayscale: #6E6E6E. Windows color (decimal): -13329134 or 1219892. OLE color: 1219892.

HSL color Cylindrical-coordinate representation of color #349D12: hue angle of 105.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #349D12 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 18 -
CMYK 0.67 0 0.89 0.38
HSL 105.32º 0.79% 0.34% -
HSV(B) 105.32º 0.89% 0.62% -
XYZ 13.58 24.89 4.66 -
YUV 109.76 76.21 86.8 -
System Red Green Blue C M Y K H S L
Decimal 52 157 18 0.67 0 0.89 0.38 105.32 0.79 0.34
Hex 34 9D 12 43 0 59 26 69 4F 22
Octal 64 235 22 103 0 131 46 151 117 42
Binary 110100 10011101 10010 1000011 0 1011001 100110 1101001 1001111 100010

Color Harmonies of #349D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D12

Black with #349D12

Text Example


Text Example

White with #349D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349D12; }

 p { color: rgb(52,157,18); }

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

background-color css

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

 a { background-color: rgb(52,157,18); }

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

border-color css

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

 span { border-color: rgb(52,157,18); }

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