#3D9602

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

Shades of La Palma #3D9602

Tints of La Palma #3D9602

Color information

#3D9602 (or 0x3D9602) is unknown color: approx La Palma. HEX triplet: 3D, 96 and 02. RGB value is (61,150,2). Sum of RGB (Red+Green+Blue) = 61+150+2=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D9602 is #C269FD. Grayscale: #6B6B6B. Windows color (decimal): -12741118 or 169533. OLE color: 169533.

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

Color convert

RGB611502-
CMYK0.5900.990.41
HSL96.08º97.37%29.8%-
HSV(B)96.08º98.67%58.82%-
XYZ12.8422.813.78-
YUV106.5269.0195.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 150 (58.98% from 255) = 70.42%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=28.64%
G=70.42%
B=0.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6115020.5900.990.4196.0897.3729.8
Hex3D9623B0632960611e
Octal7522627301435114014136
Binary1111011001011010111011011000111010011100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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