#347875

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

Shades of Atoll #347875

Tints of Atoll #347875

Color information

#347875 (or 0x347875) is unknown color: approx Atoll. HEX triplet: 34, 78 and 75. RGB value is (52,120,117). Sum of RGB (Red+Green+Blue) = 52+120+117=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #347875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347875 is #CB878A. Grayscale: #636363. Windows color (decimal): -13338507 or 7698484. OLE color: 7698484.

HSL color Cylindrical-coordinate representation of color #347875: hue angle of 177.35º 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 #347875 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB52120117-
CMYK0.5700.020.53
HSL177.35º39.53%33.73%-
HSV(B)177.35º56.67%47.06%-
XYZ11.3415.4519.21-
YUV99.33137.9794.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=17.99%
G=41.52%
B=40.48%

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
Decimal521201170.5700.020.53177.3539.5333.73
Hex347875390235b12822
Octal641701657102652615042
Binary1101001111000111010111100101011010110110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347875; }

 p { color: rgb(52,120,117); }

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

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

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

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

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

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

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