#347976

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

Shades of Atoll #347976

Tints of Atoll #347976

Color information

#347976 (or 0x347976) is unknown color: approx Atoll. HEX triplet: 34, 79 and 76. RGB value is (52,121,118). Sum of RGB (Red+Green+Blue) = 52+121+118=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #347976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347976 is #CB8689. Grayscale: #636363. Windows color (decimal): -13338250 or 7764276. OLE color: 7764276.

HSL color Cylindrical-coordinate representation of color #347976: hue angle of 177.39º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347976 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB52121118-
CMYK0.5700.020.53
HSL177.39º39.88%33.92%-
HSV(B)177.39º57.02%47.45%-
XYZ11.5215.7119.57-
YUV100.03138.1493.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 121 (47.66% from 255) = 41.58%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=17.87%
G=41.58%
B=40.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211180.5700.020.53177.3939.8833.92
Hex347976390235b12822
Octal641711667102652615042
Binary1101001111001111011011100101011010110110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347976; }

 p { color: rgb(52,121,118); }

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

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

 a { background-color: rgb(52,121,118); }

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

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

 span { border-color: rgb(52,121,118); }

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