Html Css Color HEX #38A57C Gossamer

📋 copy color: '#38A57C'

red 56 ◦ green 165 ◦ blue 124

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

Shades of Gossamer #38A57C

Tints of Gossamer #38A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.83%

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

R = 16.23%
G = 47.83%
B = 35.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#38A57C (or 0x38A57C) is known color: Gossamer. HEX triplet: 38, A5 and 7C. RGB value is (56,165,124). Sum of RGB (Red+Green+Blue) = 56+165+124=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #38A57C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A57C is #C75A83. Grayscale: #7F7F7F. Windows color (decimal): -13064836 or 8168760. OLE color: 8168760.

HSL color Cylindrical-coordinate representation of color #38A57C: hue angle of 157.43º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A57C is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 165 124 -
CMYK 0.66 0 0.25 0.35
HSL 157.43º 0.49% 0.43% -
HSV(B) 157.43º 0.66% 0.65% -
XYZ 18.72 29.21 23.72 -
YUV 127.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 56 165 124 0.66 0 0.25 0.35 157.43 0.49 0.43
Hex 38 A5 7C 42 0 19 23 9D 31 2B
Octal 70 245 174 102 0 31 43 235 61 53
Binary 111000 10100101 1111100 1000010 0 11001 100011 10011101 110001 101011

Color Harmonies of #38A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A57C

Black with #38A57C

Text Example


Text Example

White with #38A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A57C; }

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

 H1.HeaderClassName
 {
   color: #38A57C;
 }
 .AnyTagClassName
 {
   color: #38A57C;
 }
</style>

background-color css

<style>
 a { background-color: #38A57C; }

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

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

border-color css

<style>
 span { border-color: #38A57C; }

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

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