#3D9E14

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

Shades of La Palma #3D9E14

Tints of La Palma #3D9E14

Color information

#3D9E14 (or 0x3D9E14) is unknown color: approx La Palma. HEX triplet: 3D, 9E and 14. RGB value is (61,158,20). Sum of RGB (Red+Green+Blue) = 61+158+20=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 158 (62.11% from 255 or 66.11% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 158 - color contains mainly: green. Hex color #3D9E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D9E14 is #C261EB. Grayscale: #717171. Windows color (decimal): -12739052 or 1351229. OLE color: 1351229.

HSL color Cylindrical-coordinate representation of color #3D9E14: hue angle of 102.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D9E14 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB6115820-
CMYK0.6100.870.38
HSL102.17º77.53%34.9%-
HSV(B)102.17º87.34%61.96%-
XYZ14.2825.54.83-
YUV113.2675.3690.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 158 (62.11% from 255) = 66.11%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=25.52%
G=66.11%
B=8.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61158200.6100.870.38102.1777.5334.9
Hex3D9E143D05726664e23
Octal75236247501274614611643
Binary11110110011110101001111010101011110011011001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9E14; }

 p { color: rgb(61,158,20); }

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

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

 a { background-color: rgb(61,158,20); }

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

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

 span { border-color: rgb(61,158,20); }

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