#307675

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

Shades of Atoll #307675

Tints of Atoll #307675

Color information

#307675 (or 0x307675) is unknown color: approx Atoll. HEX triplet: 30, 76 and 75. RGB value is (48,118,117). Sum of RGB (Red+Green+Blue) = 48+118+117=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #307675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307675 is #CF898A. Grayscale: #606060. Windows color (decimal): -13601163 or 7697968. OLE color: 7697968.

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

Color convert

RGB48118117-
CMYK0.5900.010.54
HSL179.14º42.17%32.55%-
HSV(B)179.14º59.32%46.27%-
XYZ10.9114.8719.12-
YUV96.96139.3193.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=16.96%
G=41.70%
B=41.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481181170.5900.010.54179.1442.1732.55
Hex3076753B0136b32a21
Octal601661657301662635241
Binary110000111011011101011110110111011010110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307675; }

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

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

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

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

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

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

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

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