#429B7F

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

Shades of Gossamer #429B7F

Tints of Gossamer #429B7F

Color information

#429B7F (or 0x429B7F) is unknown color: approx Gossamer. HEX triplet: 42, 9B and 7F. RGB value is (66,155,127). Sum of RGB (Red+Green+Blue) = 66+155+127=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #429B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B7F is #BD6480. Grayscale: #7D7D7D. Windows color (decimal): -12412033 or 8362818. OLE color: 8362818.

HSL color Cylindrical-coordinate representation of color #429B7F: hue angle of 161.12º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B7F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB66155127-
CMYK0.5700.180.39
HSL161.12º40.27%43.33%-
HSV(B)161.12º57.42%60.78%-
XYZ17.826.1324.18-
YUV125.2129.0185.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 127 (50% from 255) = 36.49%
R=18.97%
G=44.54%
B=36.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661551270.5700.180.39161.1240.2743.33
Hex429B7F3901227a1282b
Octal10223317771022472415053
Binary100001010011011111111111100101001010011110100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429B7F; }

 p { color: rgb(66,155,127); }

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

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

 a { background-color: rgb(66,155,127); }

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

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

 span { border-color: rgb(66,155,127); }

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