#369F6F

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

Shades of Eucalyptus #369F6F

Tints of Eucalyptus #369F6F

Color information

#369F6F (or 0x369F6F) is unknown color: approx Eucalyptus. HEX triplet: 36, 9F and 6F. RGB value is (54,159,111). Sum of RGB (Red+Green+Blue) = 54+159+111=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #369F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369F6F is #C96090. Grayscale: #7A7A7A. Windows color (decimal): -13197457 or 7315254. OLE color: 7315254.

HSL color Cylindrical-coordinate representation of color #369F6F: hue angle of 152.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369F6F is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB54159111-
CMYK0.6600.300.38
HSL152.57º49.3%41.76%-
HSV(B)152.57º66.04%62.35%-
XYZ16.7926.7319.31-
YUV122.13121.7179.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=16.67%
G=49.07%
B=34.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541591110.6600.300.38152.5749.341.76
Hex369F6F4201E2699312a
Octal66237157102036462316152
Binary110110100111111101111100001001111010011010011001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,159,111); }

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

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

 a { background-color: rgb(54,159,111); }

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

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

 span { border-color: rgb(54,159,111); }

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