#368F6A

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

Shades of Eucalyptus #368F6A

Tints of Eucalyptus #368F6A

Color information

#368F6A (or 0x368F6A) is unknown color: approx Eucalyptus. HEX triplet: 36, 8F and 6A. RGB value is (54,143,106). Sum of RGB (Red+Green+Blue) = 54+143+106=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 143 - color contains mainly: green. Hex color #368F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368F6A is #C97095. Grayscale: #707070. Windows color (decimal): -13201558 or 6983478. OLE color: 6983478.

HSL color Cylindrical-coordinate representation of color #368F6A: hue angle of 155.06º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368F6A is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB54143106-
CMYK0.6200.260.44
HSL155.06º45.18%38.63%-
HSV(B)155.06º62.24%56.08%-
XYZ13.9521.4717.04-
YUV112.17124.5186.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 143 (56.25% from 255) = 47.19%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=17.82%
G=47.19%
B=34.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541431060.6200.260.44155.0645.1838.63
Hex368F6A3E01A2C9b2d27
Octal6621715276032542335547
Binary11011010001111110101011111001101010110010011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,143,106); }

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

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

 a { background-color: rgb(54,143,106); }

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

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

 span { border-color: rgb(54,143,106); }

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