#349E0D

Color #349E0D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #349E0D

Tints of La Palma #349E0D

Color information

#349E0D (or 0x349E0D) is unknown color: approx La Palma. HEX triplet: 34, 9E and 0D. RGB value is (52,158,13). Sum of RGB (Red+Green+Blue) = 52+158+13=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #349E0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349E0D is #CB61F2. Grayscale: #6E6E6E. Windows color (decimal): -13328883 or 892468. OLE color: 892468.

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

Color convert

RGB5215813-
CMYK0.6700.920.38
HSL103.86º84.8%33.53%-
HSV(B)103.86º91.77%61.96%-
XYZ13.7225.214.52-
YUV109.7873.3886.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 158 (62.11% from 255) = 70.85%
BLUE value IS 13 (5.47% from 255) = 5.83%
R=23.32%
G=70.85%
B=5.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158130.6700.920.38103.8684.833.53
Hex349ED4305C26685522
Octal642361510301344615012542
Binary11010010011110110110000110101110010011011010001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,158,13); }

 H1.HeaderClassName
 {
   color: #349E0D;
 }
 .AnyTagClassName
 {
   color: #349E0D;
 }
</style>
background-color css

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

 a { background-color: rgb(52,158,13); }

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

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

 span { border-color: rgb(52,158,13); }

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