#3DAF90

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

Shades of Gossamer #3DAF90

Tints of Gossamer #3DAF90

Color information

#3DAF90 (or 0x3DAF90) is unknown color: approx Gossamer. HEX triplet: 3D, AF and 90. RGB value is (61,175,144). Sum of RGB (Red+Green+Blue) = 61+175+144=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAF90 is #C2506F. Grayscale: #898989. Windows color (decimal): -12734576 or 9482045. OLE color: 9482045.

HSL color Cylindrical-coordinate representation of color #3DAF90: hue angle of 163.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAF90 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB61175144-
CMYK0.6500.180.31
HSL163.68º48.31%46.27%-
HSV(B)163.68º65.14%68.63%-
XYZ22.2933.6731.71-
YUV137.38131.7373.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.05%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=16.05%
G=46.05%
B=37.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611751440.6500.180.31163.6848.3146.27
Hex3DAF90410121Fa4302e
Octal75257220101022372446056
Binary111101101011111001000010000010100101111110100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAF90; }

 p { color: rgb(61,175,144); }

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

<style>
 a { background-color: #3DAF90; }

 a { background-color: rgb(61,175,144); }

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

<style>
 span { border-color: #3DAF90; }

 span { border-color: rgb(61,175,144); }

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