#3D8D13

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

Shades of La Palma #3D8D13

Tints of La Palma #3D8D13

Color information

#3D8D13 (or 0x3D8D13) is unknown color: approx La Palma. HEX triplet: 3D, 8D and 13. RGB value is (61,141,19). Sum of RGB (Red+Green+Blue) = 61+141+19=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 141 (55.47% from 255 or 63.80% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8D13 is #C272EC. Grayscale: #676767. Windows color (decimal): -12743405 or 1281341. OLE color: 1281341.

HSL color Cylindrical-coordinate representation of color #3D8D13: hue angle of 99.34º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D8D13 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB6114119-
CMYK0.5700.870.45
HSL99.34º76.25%31.37%-
HSV(B)99.34º86.52%55.29%-
XYZ11.5720.093.88-
YUV103.1780.597.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 141 (55.47% from 255) = 63.80%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=27.60%
G=63.80%
B=8.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61141190.5700.870.4599.3476.2531.37
Hex3D8D13390572D634c1f
Octal75215237101275514311437
Binary1111011000110110011111001010101111011011100011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,141,19); }

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

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

 a { background-color: rgb(61,141,19); }

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

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

 span { border-color: rgb(61,141,19); }

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