#459400

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

Shades of La Palma #459400

Tints of La Palma #459400

Color information

#459400 (or 0x459400) is unknown color: approx La Palma. HEX triplet: 45, 94 and 00. RGB value is (69,148,0). Sum of RGB (Red+Green+Blue) = 69+148+0=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #459400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459400 is #BA6BFF. Grayscale: #6C6C6C. Windows color (decimal): -12217344 or 37957. OLE color: 37957.

HSL color Cylindrical-coordinate representation of color #459400: hue angle of 92.03º 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 #459400 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB691480-
CMYK0.53010.42
HSL92.03º100%29.02%-
HSV(B)92.03º100%58.04%-
XYZ13.0422.453.64-
YUV107.5167.33100.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 148 (58.20% from 255) = 68.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.80%
G=68.20%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6914800.53010.4292.0310029.02
Hex45940350642A5c641d
Octal10522406501445213414435
Binary1000101100101000110101011001001010101011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459400; }

 p { color: rgb(69,148,0); }

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

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

 a { background-color: rgb(69,148,0); }

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

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

 span { border-color: rgb(69,148,0); }

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