#307373

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

Shades of Atoll #307373

Tints of Atoll #307373

Color information

#307373 (or 0x307373) is unknown color: approx Atoll. HEX triplet: 30, 73 and 73. RGB value is (48,115,115). Sum of RGB (Red+Green+Blue) = 48+115+115=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #307373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307373 is #CF8C8C. Grayscale: #5E5E5E. Windows color (decimal): -13601933 or 7566128. OLE color: 7566128.

HSL color Cylindrical-coordinate representation of color #307373: hue angle of 180º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307373 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48115115-
CMYK0.58000.55
HSL180º41.1%31.96%-
HSV(B)180º58.26%45.1%-
XYZ10.4414.1318.4-
YUV94.97139.394.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=17.27%
G=41.37%
B=41.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481151150.58000.5518041.131.96
Hex3073733A0037b42920
Octal601631637200672645140
Binary110000111001111100111110100011011110110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307373; }

 p { color: rgb(48,115,115); }

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

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

 a { background-color: rgb(48,115,115); }

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

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

 span { border-color: rgb(48,115,115); }

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