#3C9001

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

Shades of La Palma #3C9001

Tints of La Palma #3C9001

Color information

#3C9001 (or 0x3C9001) is unknown color: approx La Palma. HEX triplet: 3C, 90 and 01. RGB value is (60,144,1). Sum of RGB (Red+Green+Blue) = 60+144+1=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #3C9001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9001 is #C36FFE. Grayscale: #676767. Windows color (decimal): -12808191 or 102460. OLE color: 102460.

HSL color Cylindrical-coordinate representation of color #3C9001: hue angle of 95.24º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C9001 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB601441-
CMYK0.5800.990.44
HSL95.24º98.62%28.43%-
HSV(B)95.24º99.31%56.47%-
XYZ11.8420.913.44-
YUV102.5870.6797.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 144 (56.64% from 255) = 70.24%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=29.27%
G=70.24%
B=0.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6014410.5800.990.4495.2498.6228.43
Hex3C9013A0632C5f631c
Octal7422017201435413714334
Binary111100100100001111010011000111011001011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,144,1); }

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

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

 a { background-color: rgb(60,144,1); }

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

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

 span { border-color: rgb(60,144,1); }

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