#468538

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

Shades of La Palma #468538

Tints of La Palma #468538

Color information

#468538 (or 0x468538) is unknown color: approx La Palma. HEX triplet: 46, 85 and 38. RGB value is (70,133,56). Sum of RGB (Red+Green+Blue) = 70+133+56=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #468538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468538 is #B97AC7. Grayscale: #696969. Windows color (decimal): -12155592 or 3704134. OLE color: 3704134.

HSL color Cylindrical-coordinate representation of color #468538: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #468538 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB7013356-
CMYK0.4700.580.48
HSL109.09º40.74%37.06%-
HSV(B)109.09º57.89%52.16%-
XYZ11.6318.366.67-
YUV105.38100.13102.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 133 (52.34% from 255) = 51.35%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=27.03%
G=51.35%
B=21.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133560.4700.580.48109.0940.7437.06
Hex4685382F03A306d2925
Octal1062057057072601555145
Binary10001101000010111100010111101110101100001101101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468538; }

 p { color: rgb(70,133,56); }

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

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

 a { background-color: rgb(70,133,56); }

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

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

 span { border-color: rgb(70,133,56); }

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