#34907A

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

Shades of Gossamer #34907A

Tints of Gossamer #34907A

Color information

#34907A (or 0x34907A) is unknown color: approx Gossamer. HEX triplet: 34, 90 and 7A. RGB value is (52,144,122). Sum of RGB (Red+Green+Blue) = 52+144+122=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #34907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34907A is #CB6F85. Grayscale: #717171. Windows color (decimal): -13332358 or 8032308. OLE color: 8032308.

HSL color Cylindrical-coordinate representation of color #34907A: hue angle of 165.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34907A is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB52144122-
CMYK0.6400.150.44
HSL165.65º46.94%38.43%-
HSV(B)165.65º63.89%56.47%-
XYZ14.922.0821.89-
YUV113.98132.5283.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=16.35%
G=45.28%
B=38.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441220.6400.150.44165.6546.9438.43
Hex34907A400F2Ca62f26
Octal64220172100017542465746
Binary11010010010000111101010000000111110110010100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34907A; }

 p { color: rgb(52,144,122); }

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

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

 a { background-color: rgb(52,144,122); }

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

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

 span { border-color: rgb(52,144,122); }

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