#38847F

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

Shades of Atoll #38847F

Tints of Atoll #38847F

Color information

#38847F (or 0x38847F) is unknown color: approx Atoll. HEX triplet: 38, 84 and 7F. RGB value is (56,132,127). Sum of RGB (Red+Green+Blue) = 56+132+127=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #38847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847F is #C77B80. Grayscale: #6C6C6C. Windows color (decimal): -13073281 or 8356920. OLE color: 8356920.

HSL color Cylindrical-coordinate representation of color #38847F: hue angle of 176.05º 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 #38847F is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB56132127-
CMYK0.5800.040.48
HSL176.05º40.43%36.86%-
HSV(B)176.05º57.58%51.76%-
XYZ13.7118.8823-
YUV108.71138.3290.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 127 (50% from 255) = 40.32%
R=17.78%
G=41.90%
B=40.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321270.5800.040.48176.0540.4336.86
Hex38847F3A0430b02825
Octal702041777204602605045
Binary111000100001001111111111010010011000010110000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38847F; }

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

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

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

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

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

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

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

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