#358483

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

Shades of Atoll #358483

Tints of Atoll #358483

Color information

#358483 (or 0x358483) is unknown color: approx Atoll. HEX triplet: 35, 84 and 83. RGB value is (53,132,131). Sum of RGB (Red+Green+Blue) = 53+132+131=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #358483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358483 is #CA7B7C. Grayscale: #6C6C6C. Windows color (decimal): -13269885 or 8619061. OLE color: 8619061.

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

Color convert

RGB53132131-
CMYK0.6000.010.48
HSL179.24º42.7%36.27%-
HSV(B)179.24º59.85%51.76%-
XYZ13.8218.924.39-
YUV108.26140.8388.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=16.77%
G=41.77%
B=41.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321310.6000.010.48179.2442.736.27
Hex3584833C0130b32b24
Octal652042037401602635344
Binary11010110000100100000111111000111000010110011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358483; }

 p { color: rgb(53,132,131); }

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

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

 a { background-color: rgb(53,132,131); }

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

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

 span { border-color: rgb(53,132,131); }

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