#3C9500

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

Shades of La Palma #3C9500

Tints of La Palma #3C9500

Color information

#3C9500 (or 0x3C9500) is unknown color: approx La Palma. HEX triplet: 3C, 95 and 00. RGB value is (60,149,0). Sum of RGB (Red+Green+Blue) = 60+149+0=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9500 is #C36AFF. Grayscale: #696969. Windows color (decimal): -12806912 or 38204. OLE color: 38204.

HSL color Cylindrical-coordinate representation of color #3C9500: hue angle of 95.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C9500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB601490-
CMYK0.60010.42
HSL95.84º100%29.22%-
HSV(B)95.84º100%58.43%-
XYZ12.6122.463.67-
YUV105.468.5195.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.71%
G=71.29%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6014900.60010.4295.8410029.22
Hex3C9503C0642A60641d
Octal7422507401445214014435
Binary111100100101010111100011001001010101100000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,0); }

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

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

 a { background-color: rgb(60,149,0); }

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

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

 span { border-color: rgb(60,149,0); }

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