#3D942A

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

Shades of La Palma #3D942A

Tints of La Palma #3D942A

Color information

#3D942A (or 0x3D942A) is unknown color: approx La Palma. HEX triplet: 3D, 94 and 2A. RGB value is (61,148,42). Sum of RGB (Red+Green+Blue) = 61+148+42=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #3D942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D942A is #C26BD5. Grayscale: #6E6E6E. Windows color (decimal): -12741590 or 2790461. OLE color: 2790461.

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

Color convert

RGB6114842-
CMYK0.5900.720.42
HSL109.25º55.79%37.25%-
HSV(B)109.25º71.62%58.04%-
XYZ12.9322.345.82-
YUV109.989.6893.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 148 (58.20% from 255) = 58.96%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=24.30%
G=58.96%
B=16.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61148420.5900.720.42109.2555.7937.25
Hex3D942A3B0482A6d3825
Octal7522452730110521557045
Binary11110110010100101010111011010010001010101101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,42); }

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

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

 a { background-color: rgb(61,148,42); }

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

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

 span { border-color: rgb(61,148,42); }

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