Html Css Color HEX #3DAF90 Gossamer

📋 copy color: '#3DAF90'

red 61 ◦ green 175 ◦ blue 144

#3DAF90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3DAF90

Tints of Gossamer #3DAF90

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 value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#3DAF90 (or 0x3DAF90) is known color: 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

RGB 61 175 144 -
CMYK 0.65 0 0.18 0.31
HSL 163.68º 0.48% 0.46% -
HSV(B) 163.68º 0.65% 0.69% -
XYZ 22.29 33.67 31.71 -
YUV 137.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 61 175 144 0.65 0 0.18 0.31 163.68 0.48 0.46
Hex 3D AF 90 41 0 12 1F A4 30 2E
Octal 75 257 220 101 0 22 37 244 60 56
Binary 111101 10101111 10010000 1000001 0 10010 11111 10100100 110000 101110

Color Harmonies of #3DAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAF90

Black with #3DAF90

Text Example


Text Example

White with #3DAF90

Text Example


Text Example

HTML Codes & Css Web 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>