#348480

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

Shades of Atoll #348480

Tints of Atoll #348480

Color information

#348480 (or 0x348480) is unknown color: approx Atoll. HEX triplet: 34, 84 and 80. RGB value is (52,132,128). Sum of RGB (Red+Green+Blue) = 52+132+128=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #348480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348480 is #CB7B7F. Grayscale: #6B6B6B. Windows color (decimal): -13335424 or 8422452. OLE color: 8422452.

HSL color Cylindrical-coordinate representation of color #348480: hue angle of 177º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348480 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB52132128-
CMYK0.6100.030.48
HSL177º43.48%36.08%-
HSV(B)177º60.61%51.76%-
XYZ13.5618.7923.33-
YUV107.62139.588.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=16.67%
G=42.31%
B=41.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321280.6100.030.4817743.4836.08
Hex3484803D0330b12b24
Octal642042007503602615344
Binary110100100001001000000011110101111000010110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348480; }

 p { color: rgb(52,132,128); }

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

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

 a { background-color: rgb(52,132,128); }

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

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

 span { border-color: rgb(52,132,128); }

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