#349467

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

Shades of Eucalyptus #349467

Tints of Eucalyptus #349467

Color information

#349467 (or 0x349467) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 67. RGB value is (52,148,103). Sum of RGB (Red+Green+Blue) = 52+148+103=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #349467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349467 is #CB6B98. Grayscale: #727272. Windows color (decimal): -13331353 or 6788148. OLE color: 6788148.

HSL color Cylindrical-coordinate representation of color #349467: hue angle of 151.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349467 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB52148103-
CMYK0.6500.300.42
HSL151.88º48%39.22%-
HSV(B)151.88º64.86%58.04%-
XYZ14.4522.8916.49-
YUV114.17121.783.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=17.16%
G=48.84%
B=33.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481030.6500.300.42151.884839.22
Hex3494674101E2A983027
Octal64224147101036522306047
Binary110100100101001100111100000101111010101010011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349467; }

 p { color: rgb(52,148,103); }

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

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

 a { background-color: rgb(52,148,103); }

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

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

 span { border-color: rgb(52,148,103); }

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