#339600

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

Shades of La Palma #339600

Tints of La Palma #339600

Color information

#339600 (or 0x339600) is unknown color: approx La Palma. HEX triplet: 33, 96 and 00. RGB value is (51,150,0). Sum of RGB (Red+Green+Blue) = 51+150+0=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #339600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339600 is #CC69FF. Grayscale: #676767. Windows color (decimal): -13396480 or 38451. OLE color: 38451.

HSL color Cylindrical-coordinate representation of color #339600: hue angle of 99.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #339600 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB511500-
CMYK0.66010.41
HSL99.6º100%29.41%-
HSV(B)99.6º100%58.82%-
XYZ12.2722.523.7-
YUV103.369.790.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 150 (58.98% from 255) = 74.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.37%
G=74.63%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5115000.66010.4199.610029.41
Hex33960420642964641d
Octal63226010201445114414435
Binary1100111001011001000010011001001010011100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339600; }

 p { color: rgb(51,150,0); }

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

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

 a { background-color: rgb(51,150,0); }

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

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

 span { border-color: rgb(51,150,0); }

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