#34837E

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

Shades of Atoll #34837E

Tints of Atoll #34837E

Color information

#34837E (or 0x34837E) is unknown color: approx Atoll. HEX triplet: 34, 83 and 7E. RGB value is (52,131,126). Sum of RGB (Red+Green+Blue) = 52+131+126=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #34837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34837E is #CB7C81. Grayscale: #6A6A6A. Windows color (decimal): -13335682 or 8291124. OLE color: 8291124.

HSL color Cylindrical-coordinate representation of color #34837E: hue angle of 176.2º 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 #34837E is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB52131126-
CMYK0.6000.040.49
HSL176.2º43.17%35.88%-
HSV(B)176.2º60.31%51.37%-
XYZ13.318.4722.6-
YUV106.81138.8388.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=16.83%
G=42.39%
B=40.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521311260.6000.040.49176.243.1735.88
Hex34837E3C0431b02b24
Octal642031767404612605344
Binary110100100000111111110111100010011000110110000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34837E; }

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

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

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

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

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

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

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

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