#3D940E

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

Shades of La Palma #3D940E

Tints of La Palma #3D940E

Color information

#3D940E (or 0x3D940E) is unknown color: approx La Palma. HEX triplet: 3D, 94 and 0E. RGB value is (61,148,14). Sum of RGB (Red+Green+Blue) = 61+148+14=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 148 (58.20% from 255 or 66.37% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 148 - color contains mainly: green. Hex color #3D940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D940E is #C26BF1. Grayscale: #6B6B6B. Windows color (decimal): -12741618 or 955453. OLE color: 955453.

HSL color Cylindrical-coordinate representation of color #3D940E: hue angle of 98.96º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D940E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB6114814-
CMYK0.5900.910.42
HSL98.96º82.72%31.76%-
HSV(B)98.96º90.54%58.04%-
XYZ12.5922.24.04-
YUV106.7175.6895.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 148 (58.20% from 255) = 66.37%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=27.35%
G=66.37%
B=6.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61148140.5900.910.4298.9682.7231.76
Hex3D94E3B05B2A635320
Octal75224167301335214312340
Binary1111011001010011101110110101101110101011000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,14); }

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

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

 a { background-color: rgb(61,148,14); }

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

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

 span { border-color: rgb(61,148,14); }

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