#338482

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

Shades of Atoll #338482

Tints of Atoll #338482

Color information

#338482 (or 0x338482) is unknown color: approx Atoll. HEX triplet: 33, 84 and 82. RGB value is (51,132,130). Sum of RGB (Red+Green+Blue) = 51+132+130=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #338482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338482 is #CC7B7D. Grayscale: #6B6B6B. Windows color (decimal): -13400958 or 8553523. OLE color: 8553523.

HSL color Cylindrical-coordinate representation of color #338482: hue angle of 178.52º degrees, saturation: 0.44, 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 #338482 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB51132130-
CMYK0.6100.020.48
HSL178.52º44.26%35.88%-
HSV(B)178.52º61.36%51.76%-
XYZ13.6518.8224.03-
YUV107.55140.6687.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=16.29%
G=42.17%
B=41.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511321300.6100.020.48178.5244.2635.88
Hex3384823D0230b32c24
Octal632042027502602635444
Binary110011100001001000001011110101011000010110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338482; }

 p { color: rgb(51,132,130); }

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

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

 a { background-color: rgb(51,132,130); }

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

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

 span { border-color: rgb(51,132,130); }

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