#468B08

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

Shades of La Palma #468B08

Tints of La Palma #468B08

Color information

#468B08 (or 0x468B08) is unknown color: approx La Palma. HEX triplet: 46, 8B and 08. RGB value is (70,139,8). Sum of RGB (Red+Green+Blue) = 70+139+8=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 139 (54.69% from 255 or 64.06% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 139 - color contains mainly: green. Hex color #468B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468B08 is #B974F7. Grayscale: #676767. Windows color (decimal): -12154104 or 559942. OLE color: 559942.

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

Color convert

RGB701398-
CMYK0.5000.940.45
HSL91.6º89.12%28.82%-
HSV(B)91.6º94.24%54.51%-
XYZ11.819.783.43-
YUV103.4474.14104.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 139 (54.69% from 255) = 64.06%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=32.26%
G=64.06%
B=3.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7013980.5000.940.4591.689.1228.82
Hex468B83205E2D5c591d
Octal106213106201365513413135
Binary1000110100010111000110010010111101011011011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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