#307574

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

Shades of Atoll #307574

Tints of Atoll #307574

Color information

#307574 (or 0x307574) is unknown color: approx Atoll. HEX triplet: 30, 75 and 74. RGB value is (48,117,116). Sum of RGB (Red+Green+Blue) = 48+117+116=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #307574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307574 is #CF8A8B. Grayscale: #606060. Windows color (decimal): -13601420 or 7632176. OLE color: 7632176.

HSL color Cylindrical-coordinate representation of color #307574: hue angle of 179.13º 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 #307574 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB48117116-
CMYK0.5900.010.54
HSL179.13º41.82%32.35%-
HSV(B)179.13º58.97%45.88%-
XYZ10.7314.6118.78-
YUV96.26139.1493.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=17.08%
G=41.64%
B=41.28%

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
Decimal481171160.5900.010.54179.1341.8232.35
Hex3075743B0136b32a20
Octal601651647301662635240
Binary110000111010111101001110110111011010110011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307574; }

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

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

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

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

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

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

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

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