#3D9512

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

Shades of La Palma #3D9512

Tints of La Palma #3D9512

Color information

#3D9512 (or 0x3D9512) is unknown color: approx La Palma. HEX triplet: 3D, 95 and 12. RGB value is (61,149,18). Sum of RGB (Red+Green+Blue) = 61+149+18=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D9512 is #C26AED. Grayscale: #6C6C6C. Windows color (decimal): -12741358 or 1217853. OLE color: 1217853.

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

Color convert

RGB6114918-
CMYK0.5900.880.42
HSL100.31º78.44%32.75%-
HSV(B)100.31º87.92%58.43%-
XYZ12.7822.534.25-
YUV107.7577.3594.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 149 (58.59% from 255) = 65.35%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=26.75%
G=65.35%
B=7.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61149180.5900.880.42100.3178.4432.75
Hex3D95123B0582A644e21
Octal75225227301305214411641
Binary11110110010101100101110110101100010101011001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,149,18); }

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

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

 a { background-color: rgb(61,149,18); }

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

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

 span { border-color: rgb(61,149,18); }

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