#369A6B

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

Shades of Eucalyptus #369A6B

Tints of Eucalyptus #369A6B

Color information

#369A6B (or 0x369A6B) is unknown color: approx Eucalyptus. HEX triplet: 36, 9A and 6B. RGB value is (54,154,107). Sum of RGB (Red+Green+Blue) = 54+154+107=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #369A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A6B is #C96594. Grayscale: #767676. Windows color (decimal): -13198741 or 7051830. OLE color: 7051830.

HSL color Cylindrical-coordinate representation of color #369A6B: hue angle of 151.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A6B is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB54154107-
CMYK0.6500.310.40
HSL151.8º48.08%40.78%-
HSV(B)151.8º64.94%60.39%-
XYZ15.7324.9617.9-
YUV118.74121.3781.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=17.14%
G=48.89%
B=33.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541541070.6500.310.40151.848.0840.78
Hex369A6B4101F28983029
Octal66232153101037502306051
Binary110110100110101101011100000101111110100010011000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369A6B; }

 p { color: rgb(54,154,107); }

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

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

 a { background-color: rgb(54,154,107); }

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

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

 span { border-color: rgb(54,154,107); }

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