#359900

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

Shades of La Palma #359900

Tints of La Palma #359900

Color information

#359900 (or 0x359900) is unknown color: approx La Palma. HEX triplet: 35, 99 and 00. RGB value is (53,153,0). Sum of RGB (Red+Green+Blue) = 53+153+0=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #359900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359900 is #CA66FF. Grayscale: #6A6A6A. Windows color (decimal): -13264640 or 39221. OLE color: 39221.

HSL color Cylindrical-coordinate representation of color #359900: hue angle of 99.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #359900 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB531530-
CMYK0.65010.4
HSL99.22º100%30%-
HSV(B)99.22º100%60%-
XYZ12.8623.543.87-
YUV105.6668.3790.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 153 (60.16% from 255) = 74.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.73%
G=74.27%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5315300.65010.499.2210030
Hex35990410642863641e
Octal65231010101445014314436
Binary1101011001100101000001011001001010001100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359900; }

 p { color: rgb(53,153,0); }

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

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

 a { background-color: rgb(53,153,0); }

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

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

 span { border-color: rgb(53,153,0); }

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