#469368

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

Shades of Eucalyptus #469368

Tints of Eucalyptus #469368

Color information

#469368 (or 0x469368) is unknown color: approx Eucalyptus. HEX triplet: 46, 93 and 68. RGB value is (70,147,104). Sum of RGB (Red+Green+Blue) = 70+147+104=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #469368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469368 is #B96C97. Grayscale: #777777. Windows color (decimal): -12151960 or 6853446. OLE color: 6853446.

HSL color Cylindrical-coordinate representation of color #469368: hue angle of 146.49º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469368 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB70147104-
CMYK0.5200.290.42
HSL146.49º35.48%42.55%-
HSV(B)146.49º52.38%57.65%-
XYZ15.4623.1716.75-
YUV119.07119.4993-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=21.81%
G=45.79%
B=32.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471040.5200.290.42146.4935.4842.55
Hex4693683401D2A92232b
Octal10622315064035522224353
Binary100011010010011110100011010001110110101010010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469368; }

 p { color: rgb(70,147,104); }

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

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

 a { background-color: rgb(70,147,104); }

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

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

 span { border-color: rgb(70,147,104); }

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