#369D6B

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

Shades of Eucalyptus #369D6B

Tints of Eucalyptus #369D6B

Color information

#369D6B (or 0x369D6B) is unknown color: approx Eucalyptus. HEX triplet: 36, 9D and 6B. RGB value is (54,157,107). Sum of RGB (Red+Green+Blue) = 54+157+107=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #369D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D6B is #C96294. Grayscale: #787878. Windows color (decimal): -13197973 or 7052598. OLE color: 7052598.

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

Color convert

RGB54157107-
CMYK0.6600.320.38
HSL150.87º48.82%41.37%-
HSV(B)150.87º65.61%61.57%-
XYZ16.2325.9618.07-
YUV120.5120.3880.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=16.98%
G=49.37%
B=33.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541571070.6600.320.38150.8748.8241.37
Hex369D6B4202026973129
Octal66235153102040462276151
Binary1101101001110111010111000010010000010011010010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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