#3D982B

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

Shades of La Palma #3D982B

Tints of La Palma #3D982B

Color information

#3D982B (or 0x3D982B) is unknown color: approx La Palma. HEX triplet: 3D, 98 and 2B. RGB value is (61,152,43). Sum of RGB (Red+Green+Blue) = 61+152+43=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #3D982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D982B is #C267D4. Grayscale: #707070. Windows color (decimal): -12740565 or 2857021. OLE color: 2857021.

HSL color Cylindrical-coordinate representation of color #3D982B: hue angle of 110.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D982B is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB6115243-
CMYK0.6000.720.40
HSL110.09º55.9%38.24%-
HSV(B)110.09º71.71%59.61%-
XYZ13.5923.626.13-
YUV112.3688.8591.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 152 (59.77% from 255) = 59.38%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=23.83%
G=59.38%
B=16.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61152430.6000.720.40110.0955.938.24
Hex3D982B3C048286e3826
Octal7523053740110501567046
Binary11110110011000101011111100010010001010001101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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