#369665

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

Shades of Eucalyptus #369665

Tints of Eucalyptus #369665

Color information

#369665 (or 0x369665) is unknown color: approx Eucalyptus. HEX triplet: 36, 96 and 65. RGB value is (54,150,101). Sum of RGB (Red+Green+Blue) = 54+150+101=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #369665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369665 is #C9699A. Grayscale: #737373. Windows color (decimal): -13199771 or 6657590. OLE color: 6657590.

HSL color Cylindrical-coordinate representation of color #369665: hue angle of 149.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369665 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB54150101-
CMYK0.6400.330.41
HSL149.38º47.06%40%-
HSV(B)149.38º64%58.82%-
XYZ14.7823.5416.08-
YUV115.71119.783.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=17.70%
G=49.18%
B=33.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541501010.6400.330.41149.3847.0640
Hex3696654002129952f28
Octal66226145100041512255750
Binary1101101001011011001011000000010000110100110010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369665; }

 p { color: rgb(54,150,101); }

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

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

 a { background-color: rgb(54,150,101); }

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

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

 span { border-color: rgb(54,150,101); }

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