#34817F

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

Shades of Atoll #34817F

Tints of Atoll #34817F

Color information

#34817F (or 0x34817F) is unknown color: approx Atoll. HEX triplet: 34, 81 and 7F. RGB value is (52,129,127). Sum of RGB (Red+Green+Blue) = 52+129+127=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #34817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817F is #CB7E80. Grayscale: #696969. Windows color (decimal): -13336193 or 8356148. OLE color: 8356148.

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

Color convert

RGB52129127-
CMYK0.6000.020.49
HSL178.44º42.54%35.49%-
HSV(B)178.44º59.69%50.59%-
XYZ13.117.9622.86-
YUV105.75139.9989.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 127 (50% from 255) = 41.23%
R=16.88%
G=41.88%
B=41.23%

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
Decimal521291270.6000.020.49178.4442.5435.49
Hex34817F3C0231b22b23
Octal642011777402612625343
Binary11010010000001111111111110001011000110110010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34817F; }

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

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

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

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

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

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

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

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