#388F6A

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

Shades of Eucalyptus #388F6A

Tints of Eucalyptus #388F6A

Color information

#388F6A (or 0x388F6A) is unknown color: approx Eucalyptus. HEX triplet: 38, 8F and 6A. RGB value is (56,143,106). Sum of RGB (Red+Green+Blue) = 56+143+106=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #388F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F6A is #C77095. Grayscale: #707070. Windows color (decimal): -13070486 or 6983480. OLE color: 6983480.

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

Color convert

RGB56143106-
CMYK0.6100.260.44
HSL154.48º43.72%39.02%-
HSV(B)154.48º60.84%56.08%-
XYZ14.0521.5317.05-
YUV112.77124.1887.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=18.36%
G=46.89%
B=34.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561431060.6100.260.44154.4843.7239.02
Hex388F6A3D01A2C9a2c27
Octal7021715275032542325447
Binary11100010001111110101011110101101010110010011010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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