Html Css Color HEX #38957C Gossamer

📋 copy color: '#38957C'

red 56 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #38957C

Tints of Gossamer #38957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 17.02%
G = 45.29%
B = 37.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#38957C (or 0x38957C) is known color: Gossamer. HEX triplet: 38, 95 and 7C. RGB value is (56,149,124). Sum of RGB (Red+Green+Blue) = 56+149+124=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #38957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38957C is #C76A83. Grayscale: #767676. Windows color (decimal): -13068932 or 8164664. OLE color: 8164664.

HSL color Cylindrical-coordinate representation of color #38957C: hue angle of 163.87º 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 #38957C is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 124 -
CMYK 0.62 0 0.17 0.42
HSL 163.87º 0.45% 0.4% -
HSV(B) 163.87º 0.62% 0.58% -
XYZ 16.02 23.79 22.82 -
YUV 118.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 56 149 124 0.62 0 0.17 0.42 163.87 0.45 0.4
Hex 38 95 7C 3E 0 11 2A A4 2D 28
Octal 70 225 174 76 0 21 52 244 55 50
Binary 111000 10010101 1111100 111110 0 10001 101010 10100100 101101 101000

Color Harmonies of #38957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38957C

Black with #38957C

Text Example


Text Example

White with #38957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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