#347775

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

Shades of Atoll #347775

Tints of Atoll #347775

Color information

#347775 (or 0x347775) is unknown color: approx Atoll. HEX triplet: 34, 77 and 75. RGB value is (52,119,117). Sum of RGB (Red+Green+Blue) = 52+119+117=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #347775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347775 is #CB888A. Grayscale: #626262. Windows color (decimal): -13338763 or 7698228. OLE color: 7698228.

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

Color convert

RGB52119117-
CMYK0.5600.020.53
HSL178.21º39.18%33.53%-
HSV(B)178.21º56.3%46.67%-
XYZ11.2215.2119.17-
YUV98.74138.394.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=18.06%
G=41.32%
B=40.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191170.5600.020.53178.2139.1833.53
Hex347775380235b22722
Octal641671657002652624742
Binary1101001110111111010111100001011010110110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347775; }

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

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

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

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

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

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

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

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