#3D8531

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

Shades of La Palma #3D8531

Tints of La Palma #3D8531

Color information

#3D8531 (or 0x3D8531) is unknown color: approx La Palma. HEX triplet: 3D, 85 and 31. RGB value is (61,133,49). Sum of RGB (Red+Green+Blue) = 61+133+49=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8531 is #C27ACE. Grayscale: #666666. Windows color (decimal): -12745423 or 3245373. OLE color: 3245373.

HSL color Cylindrical-coordinate representation of color #3D8531: hue angle of 111.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D8531 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB6113349-
CMYK0.5400.630.48
HSL111.43º46.15%35.69%-
HSV(B)111.43º63.16%52.16%-
XYZ10.8717.995.81-
YUV101.998.1598.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=25.10%
G=54.73%
B=20.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61133490.5400.630.48111.4346.1535.69
Hex3D85313603F306f2e24
Octal752056166077601575644
Binary1111011000010111000111011001111111100001101111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,49); }

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

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

 a { background-color: rgb(61,133,49); }

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

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

 span { border-color: rgb(61,133,49); }

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