#3D962B

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

Shades of La Palma #3D962B

Tints of La Palma #3D962B

Color information

#3D962B (or 0x3D962B) is unknown color: approx La Palma. HEX triplet: 3D, 96 and 2B. RGB value is (61,150,43). Sum of RGB (Red+Green+Blue) = 61+150+43=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #3D962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D962B is #C269D4. Grayscale: #6F6F6F. Windows color (decimal): -12741077 or 2856509. OLE color: 2856509.

HSL color Cylindrical-coordinate representation of color #3D962B: hue angle of 109.91º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D962B is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB6115043-
CMYK0.5900.710.41
HSL109.91º55.44%37.84%-
HSV(B)109.91º71.33%58.82%-
XYZ13.2722.986.02-
YUV111.1989.5192.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 150 (58.98% from 255) = 59.06%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=24.02%
G=59.06%
B=16.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61150430.5900.710.41109.9155.4437.84
Hex3D962B3B047296e3726
Octal7522653730107511566746
Binary11110110010110101011111011010001111010011101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,150,43); }

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

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

 a { background-color: rgb(61,150,43); }

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

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

 span { border-color: rgb(61,150,43); }

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