#368481

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

Shades of Atoll #368481

Tints of Atoll #368481

Color information

#368481 (or 0x368481) is unknown color: approx Atoll. HEX triplet: 36, 84 and 81. RGB value is (54,132,129). Sum of RGB (Red+Green+Blue) = 54+132+129=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #368481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368481 is #C97B7E. Grayscale: #6C6C6C. Windows color (decimal): -13204351 or 8487990. OLE color: 8487990.

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

Color convert

RGB54132129-
CMYK0.5900.020.48
HSL177.69º41.94%36.47%-
HSV(B)177.69º59.09%51.76%-
XYZ13.7418.8723.69-
YUV108.34139.6689.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.14%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=17.14%
G=41.90%
B=40.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321290.5900.020.48177.6941.9436.47
Hex3684813B0230b22a24
Octal662042017302602625244
Binary110110100001001000000111101101011000010110010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368481; }

 p { color: rgb(54,132,129); }

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

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

 a { background-color: rgb(54,132,129); }

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

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

 span { border-color: rgb(54,132,129); }

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