#468B01

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

Shades of La Palma #468B01

Tints of La Palma #468B01

Color information

#468B01 (or 0x468B01) is unknown color: approx La Palma. HEX triplet: 46, 8B and 01. RGB value is (70,139,1). Sum of RGB (Red+Green+Blue) = 70+139+1=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #468B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468B01 is #B974FE. Grayscale: #676767. Windows color (decimal): -12154111 or 101190. OLE color: 101190.

HSL color Cylindrical-coordinate representation of color #468B01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #468B01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB701391-
CMYK0.5000.990.45
HSL90º98.57%27.45%-
HSV(B)90º99.28%54.51%-
XYZ11.7619.773.22-
YUV102.6470.64104.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 66.19%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=33.33%
G=66.19%
B=0.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7013910.5000.990.459098.5727.45
Hex468B1320632D5a631b
Octal10621316201435513214333
Binary1000110100010111110010011000111011011011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468B01; }

 p { color: rgb(70,139,1); }

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

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

 a { background-color: rgb(70,139,1); }

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

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

 span { border-color: rgb(70,139,1); }

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