#368D65

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

Shades of Eucalyptus #368D65

Tints of Eucalyptus #368D65

Color information

#368D65 (or 0x368D65) is unknown color: approx Eucalyptus. HEX triplet: 36, 8D and 65. RGB value is (54,141,101). Sum of RGB (Red+Green+Blue) = 54+141+101=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #368D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368D65 is #C9729A. Grayscale: #6E6E6E. Windows color (decimal): -13202075 or 6655286. OLE color: 6655286.

HSL color Cylindrical-coordinate representation of color #368D65: hue angle of 152.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368D65 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB54141101-
CMYK0.6200.280.45
HSL152.41º44.62%38.24%-
HSV(B)152.41º61.7%55.29%-
XYZ13.420.7715.62-
YUV110.43122.6887.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.24%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=18.24%
G=47.64%
B=34.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541411010.6200.280.45152.4144.6238.24
Hex368D653E01C2D982d26
Octal6621514576034552305546
Binary11011010001101110010111111001110010110110011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368D65; }

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

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

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

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

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

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

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

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