#348381

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

Shades of Atoll #348381

Tints of Atoll #348381

Color information

#348381 (or 0x348381) is unknown color: approx Atoll. HEX triplet: 34, 83 and 81. RGB value is (52,131,129). Sum of RGB (Red+Green+Blue) = 52+131+129=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #348381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348381 is #CB7C7E. Grayscale: #6B6B6B. Windows color (decimal): -13335679 or 8487732. OLE color: 8487732.

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

Color convert

RGB52131129-
CMYK0.6000.020.49
HSL178.48º43.17%35.88%-
HSV(B)178.48º60.31%51.37%-
XYZ13.4918.5523.64-
YUV107.15140.3388.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=16.67%
G=41.99%
B=41.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521311290.6000.020.49178.4843.1735.88
Hex3483813C0231b22b24
Octal642032017402612625344
Binary110100100000111000000111110001011000110110010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348381; }

 p { color: rgb(52,131,129); }

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

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

 a { background-color: rgb(52,131,129); }

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

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

 span { border-color: rgb(52,131,129); }

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