Html Css Color HEX #38977D Gossamer

📋 copy color: '#38977D'

red 56 ◦ green 151 ◦ blue 125

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

Shades of Gossamer #38977D

Tints of Gossamer #38977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 16.87%
G = 45.48%
B = 37.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#38977D (or 0x38977D) is known color: Gossamer. HEX triplet: 38, 97 and 7D. RGB value is (56,151,125). Sum of RGB (Red+Green+Blue) = 56+151+125=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #38977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38977D is #C76882. Grayscale: #777777. Windows color (decimal): -13068419 or 8230712. OLE color: 8230712.

HSL color Cylindrical-coordinate representation of color #38977D: hue angle of 163.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38977D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 125 -
CMYK 0.63 0 0.17 0.41
HSL 163.58º 0.46% 0.41% -
HSV(B) 163.58º 0.63% 0.59% -
XYZ 16.4 24.45 23.26 -
YUV 119.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 56 151 125 0.63 0 0.17 0.41 163.58 0.46 0.41
Hex 38 97 7D 3F 0 11 29 A4 2E 29
Octal 70 227 175 77 0 21 51 244 56 51
Binary 111000 10010111 1111101 111111 0 10001 101001 10100100 101110 101001

Color Harmonies of #38977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38977D

Black with #38977D

Text Example


Text Example

White with #38977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38977D; }

 p { color: rgb(56,151,125); }

 H1.HeaderClassName
 {
   color: #38977D;
 }
 .AnyTagClassName
 {
   color: #38977D;
 }
</style>

background-color css

<style>
 a { background-color: #38977D; }

 a { background-color: rgb(56,151,125); }

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

border-color css

<style>
 span { border-color: #38977D; }

 span { border-color: rgb(56,151,125); }

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