#348782

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

Shades of Atoll #348782

Tints of Atoll #348782

Color information

#348782 (or 0x348782) is unknown color: approx Atoll. HEX triplet: 34, 87 and 82. RGB value is (52,135,130). Sum of RGB (Red+Green+Blue) = 52+135+130=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #348782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348782 is #CB787D. Grayscale: #6D6D6D. Windows color (decimal): -13334654 or 8554292. OLE color: 8554292.

HSL color Cylindrical-coordinate representation of color #348782: hue angle of 176.39º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348782 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB52135130-
CMYK0.6100.040.47
HSL176.39º44.39%36.67%-
HSV(B)176.39º61.48%52.94%-
XYZ14.1119.6724.17-
YUV109.61139.586.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=16.40%
G=42.59%
B=41.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521351300.6100.040.47176.3944.3936.67
Hex3487823D042Fb02c25
Octal642072027504572605445
Binary1101001000011110000010111101010010111110110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348782; }

 p { color: rgb(52,135,130); }

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

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

 a { background-color: rgb(52,135,130); }

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

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

 span { border-color: rgb(52,135,130); }

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