Html Css Color HEX #38957F Gossamer

📋 copy color: '#38957F'

red 56 ◦ green 149 ◦ blue 127

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

Shades of Gossamer #38957F

Tints of Gossamer #38957F

RGB

 RED value IS 56 (22.27% from 255) = 16.87%

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 127 (50% from 255) = 38.25%

R = 16.87%
G = 44.88%
B = 38.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#38957F (or 0x38957F) is known color: Gossamer. HEX triplet: 38, 95 and 7F. RGB value is (56,149,127). Sum of RGB (Red+Green+Blue) = 56+149+127=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #38957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38957F is #C76A80. Grayscale: #767676. Windows color (decimal): -13068929 or 8361272. OLE color: 8361272.

HSL color Cylindrical-coordinate representation of color #38957F: hue angle of 165.81º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38957F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 127 -
CMYK 0.62 0 0.15 0.42
HSL 165.81º 0.45% 0.4% -
HSV(B) 165.81º 0.62% 0.58% -
XYZ 16.21 23.87 23.83 -
YUV 118.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 56 149 127 0.62 0 0.15 0.42 165.81 0.45 0.4
Hex 38 95 7F 3E 0 F 2A A6 2D 28
Octal 70 225 177 76 0 17 52 246 55 50
Binary 111000 10010101 1111111 111110 0 1111 101010 10100110 101101 101000

Color Harmonies of #38957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38957F

Black with #38957F

Text Example


Text Example

White with #38957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38957F; }

 p { color: rgb(56,149,127); }

 H1.HeaderClassName
 {
   color: #38957F;
 }
 .AnyTagClassName
 {
   color: #38957F;
 }
</style>

background-color css

<style>
 a { background-color: #38957F; }

 a { background-color: rgb(56,149,127); }

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

border-color css

<style>
 span { border-color: #38957F; }

 span { border-color: rgb(56,149,127); }

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