Html Css Color HEX #3DB38B Gossamer

📋 copy color: '#3DB38B'

red 61 ◦ green 179 ◦ blue 139

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

Shades of Gossamer #3DB38B

Tints of Gossamer #3DB38B

RGB

 RED value IS 61 (24.22% from 255) = 16.09%

 GREEN value IS 179 (70.31% from 255) = 47.23%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 16.09%
G = 47.23%
B = 36.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#3DB38B (or 0x3DB38B) is known color: Gossamer. HEX triplet: 3D, B3 and 8B. RGB value is (61,179,139). Sum of RGB (Red+Green+Blue) = 61+179+139=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB38B is #C24C74. Grayscale: #8B8B8B. Windows color (decimal): -12733557 or 9155389. OLE color: 9155389.

HSL color Cylindrical-coordinate representation of color #3DB38B: hue angle of 159.66º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB38B is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 179 139 -
CMYK 0.66 0 0.22 0.30
HSL 159.66º 0.49% 0.47% -
HSV(B) 159.66º 0.66% 0.7% -
XYZ 22.7 35.1 30 -
YUV 139.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 61 179 139 0.66 0 0.22 0.30 159.66 0.49 0.47
Hex 3D B3 8B 42 0 16 1E A0 31 2F
Octal 75 263 213 102 0 26 36 240 61 57
Binary 111101 10110011 10001011 1000010 0 10110 11110 10100000 110001 101111

Color Harmonies of #3DB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB38B

Black with #3DB38B

Text Example


Text Example

White with #3DB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,179,139); }

 H1.HeaderClassName
 {
   color: #3DB38B;
 }
 .AnyTagClassName
 {
   color: #3DB38B;
 }
</style>

background-color css

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

 a { background-color: rgb(61,179,139); }

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

border-color css

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

 span { border-color: rgb(61,179,139); }

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