#388480

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

Shades of Atoll #388480

Tints of Atoll #388480

Color information

#388480 (or 0x388480) is unknown color: approx Atoll. HEX triplet: 38, 84 and 80. RGB value is (56,132,128). Sum of RGB (Red+Green+Blue) = 56+132+128=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #388480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388480 is #C77B7F. Grayscale: #6C6C6C. Windows color (decimal): -13073280 or 8422456. OLE color: 8422456.

HSL color Cylindrical-coordinate representation of color #388480: hue angle of 176.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388480 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB56132128-
CMYK0.5800.030.48
HSL176.84º40.43%36.86%-
HSV(B)176.84º57.58%51.76%-
XYZ13.7818.923.34-
YUV108.82138.8290.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=17.72%
G=41.77%
B=40.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321280.5800.030.48176.8440.4336.86
Hex3884803A0330b12825
Octal702042007203602615045
Binary111000100001001000000011101001111000010110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388480; }

 p { color: rgb(56,132,128); }

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

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

 a { background-color: rgb(56,132,128); }

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

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

 span { border-color: rgb(56,132,128); }

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