#388181

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

Shades of Atoll #388181

Tints of Atoll #388181

Color information

#388181 (or 0x388181) is unknown color: approx Atoll. HEX triplet: 38, 81 and 81. RGB value is (56,129,129). Sum of RGB (Red+Green+Blue) = 56+129+129=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #388181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388181 is #C77E7E. Grayscale: #6B6B6B. Windows color (decimal): -13074047 or 8487224. OLE color: 8487224.

HSL color Cylindrical-coordinate representation of color #388181: hue angle of 180º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388181 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56129129-
CMYK0.57000.49
HSL180º39.46%36.27%-
HSV(B)180º56.59%50.59%-
XYZ13.4418.1323.56-
YUV107.17140.3291.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=17.83%
G=41.08%
B=41.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291290.57000.4918039.4636.27
Hex388181390031b42724
Octal702012017100612644744
Binary11100010000001100000011110010011000110110100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388181; }

 p { color: rgb(56,129,129); }

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

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

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

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

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

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

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