#42997A

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

Shades of Gossamer #42997A

Tints of Gossamer #42997A

Color information

#42997A (or 0x42997A) is unknown color: approx Gossamer. HEX triplet: 42, 99 and 7A. RGB value is (66,153,122). Sum of RGB (Red+Green+Blue) = 66+153+122=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #42997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42997A is #BD6685. Grayscale: #7B7B7B. Windows color (decimal): -12412550 or 8034626. OLE color: 8034626.

HSL color Cylindrical-coordinate representation of color #42997A: hue angle of 158.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42997A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB66153122-
CMYK0.5700.200.4
HSL158.62º39.73%42.94%-
HSV(B)158.62º56.86%60%-
XYZ17.1525.3522.4-
YUV123.45127.1887.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=19.35%
G=44.87%
B=35.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531220.5700.200.4158.6239.7342.94
Hex42997A39014289f282b
Octal10223117271024502375053
Binary100001010011001111101011100101010010100010011111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,153,122); }

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

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

 a { background-color: rgb(66,153,122); }

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

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

 span { border-color: rgb(66,153,122); }

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