#307575

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

Shades of Atoll #307575

Tints of Atoll #307575

Color information

#307575 (or 0x307575) is unknown color: approx Atoll. HEX triplet: 30, 75 and 75. RGB value is (48,117,117). Sum of RGB (Red+Green+Blue) = 48+117+117=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #307575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307575 is #CF8A8A. Grayscale: #606060. Windows color (decimal): -13601419 or 7697712. OLE color: 7697712.

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

Color convert

RGB48117117-
CMYK0.59000.54
HSL180º41.82%32.35%-
HSV(B)180º58.97%45.88%-
XYZ10.7914.6419.09-
YUV96.37139.6493.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=17.02%
G=41.49%
B=41.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171170.59000.5418041.8232.35
Hex3075753B0036b42a20
Octal601651657300662645240
Binary110000111010111101011110110011011010110100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307575; }

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

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

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

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

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

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

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

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