#3D9125

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

Shades of La Palma #3D9125

Tints of La Palma #3D9125

Color information

#3D9125 (or 0x3D9125) is unknown color: approx La Palma. HEX triplet: 3D, 91 and 25. RGB value is (61,145,37). Sum of RGB (Red+Green+Blue) = 61+145+37=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9125 is #C26EDA. Grayscale: #6B6B6B. Windows color (decimal): -12742363 or 2462013. OLE color: 2462013.

HSL color Cylindrical-coordinate representation of color #3D9125: hue angle of 106.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D9125 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB6114537-
CMYK0.5800.740.43
HSL106.67º59.34%35.69%-
HSV(B)106.67º74.48%56.86%-
XYZ12.3821.385.22-
YUV107.5788.1794.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 145 (57.03% from 255) = 59.67%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=25.10%
G=59.67%
B=15.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61145370.5800.740.43106.6759.3435.69
Hex3D91253A04A2B6b3b24
Octal7522145720112531537344
Binary11110110010001100101111010010010101010111101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,145,37); }

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

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

 a { background-color: rgb(61,145,37); }

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

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

 span { border-color: rgb(61,145,37); }

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