#3D952D

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

Shades of La Palma #3D952D

Tints of La Palma #3D952D

Color information

#3D952D (or 0x3D952D) is unknown color: approx La Palma. HEX triplet: 3D, 95 and 2D. RGB value is (61,149,45). Sum of RGB (Red+Green+Blue) = 61+149+45=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #3D952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D952D is #C26AD2. Grayscale: #6F6F6F. Windows color (decimal): -12741331 or 2987325. OLE color: 2987325.

HSL color Cylindrical-coordinate representation of color #3D952D: hue angle of 110.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D952D is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB6114945-
CMYK0.5900.700.42
HSL110.77º53.61%38.04%-
HSV(B)110.77º69.8%58.43%-
XYZ13.1522.686.17-
YUV110.8390.8592.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 149 (58.59% from 255) = 58.43%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=23.92%
G=58.43%
B=17.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61149450.5900.700.42110.7753.6138.04
Hex3D952D3B0462A6f3626
Octal7522555730106521576646
Binary11110110010101101101111011010001101010101101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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