Html Css Color HEX #38A075 Gossamer

📋 copy color: '#38A075'

red 56 ◦ green 160 ◦ blue 117

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

Shades of Gossamer #38A075

Tints of Gossamer #38A075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 16.82%
G = 48.05%
B = 35.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#38A075 (or 0x38A075) is known color: Gossamer. HEX triplet: 38, A0 and 75. RGB value is (56,160,117). Sum of RGB (Red+Green+Blue) = 56+160+117=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #38A075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A075 is #C75F8A. Grayscale: #7C7C7C. Windows color (decimal): -13066123 or 7708728. OLE color: 7708728.

HSL color Cylindrical-coordinate representation of color #38A075: hue angle of 155.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A075 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 160 117 -
CMYK 0.65 0 0.27 0.37
HSL 155.19º 0.48% 0.42% -
HSV(B) 155.19º 0.65% 0.63% -
XYZ 17.41 27.27 21.17 -
YUV 124 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 56 160 117 0.65 0 0.27 0.37 155.19 0.48 0.42
Hex 38 A0 75 41 0 1B 25 9B 30 2A
Octal 70 240 165 101 0 33 45 233 60 52
Binary 111000 10100000 1110101 1000001 0 11011 100101 10011011 110000 101010

Color Harmonies of #38A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A075

Black with #38A075

Text Example


Text Example

White with #38A075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,160,117); }

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

background-color css

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

 a { background-color: rgb(56,160,117); }

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

border-color css

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

 span { border-color: rgb(56,160,117); }

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