Html Css Color HEX #38997F Gossamer

📋 copy color: '#38997F'

red 56 ◦ green 153 ◦ blue 127

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

Shades of Gossamer #38997F

Tints of Gossamer #38997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 16.67%
G = 45.54%
B = 37.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#38997F (or 0x38997F) is known color: Gossamer. HEX triplet: 38, 99 and 7F. RGB value is (56,153,127). Sum of RGB (Red+Green+Blue) = 56+153+127=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #38997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38997F is #C76680. Grayscale: #797979. Windows color (decimal): -13067905 or 8362296. OLE color: 8362296.

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

Color convert

RGB 56 153 127 -
CMYK 0.63 0 0.17 0.4
HSL 163.92º 0.46% 0.41% -
HSV(B) 163.92º 0.63% 0.6% -
XYZ 16.85 25.16 24.05 -
YUV 121.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 56 153 127 0.63 0 0.17 0.4 163.92 0.46 0.41
Hex 38 99 7F 3F 0 11 28 A4 2E 29
Octal 70 231 177 77 0 21 50 244 56 51
Binary 111000 10011001 1111111 111111 0 10001 101000 10100100 101110 101001

Color Harmonies of #38997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38997F

Black with #38997F

Text Example


Text Example

White with #38997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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