#468630

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

Shades of La Palma #468630

Tints of La Palma #468630

Color information

#468630 (or 0x468630) is unknown color: approx La Palma. HEX triplet: 46, 86 and 30. RGB value is (70,134,48). Sum of RGB (Red+Green+Blue) = 70+134+48=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #468630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468630 is #B979CF. Grayscale: #696969. Windows color (decimal): -12155344 or 3180102. OLE color: 3180102.

HSL color Cylindrical-coordinate representation of color #468630: hue angle of 104.65º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #468630 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB7013448-
CMYK0.4800.640.47
HSL104.65º47.25%35.69%-
HSV(B)104.65º64.18%52.55%-
XYZ11.5818.575.77-
YUV105.0695.8102.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=27.78%
G=53.17%
B=19.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134480.4800.640.47104.6547.2535.69
Hex468630300402F692f24
Octal10620660600100571515744
Binary100011010000110110000110000010000001011111101001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468630; }

 p { color: rgb(70,134,48); }

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

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

 a { background-color: rgb(70,134,48); }

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

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

 span { border-color: rgb(70,134,48); }

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