Html Css Color HEX #38947D Gossamer

📋 copy color: '#38947D'

red 56 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #38947D

Tints of Gossamer #38947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 17.02%
G = 44.98%
B = 37.99%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#38947D (or 0x38947D) is known color: Gossamer. HEX triplet: 38, 94 and 7D. RGB value is (56,148,125). Sum of RGB (Red+Green+Blue) = 56+148+125=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #38947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38947D is #C76B82. Grayscale: #757575. Windows color (decimal): -13069187 or 8229944. OLE color: 8229944.

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

Color convert

RGB 56 148 125 -
CMYK 0.62 0 0.16 0.42
HSL 165º 0.45% 0.4% -
HSV(B) 165º 0.62% 0.58% -
XYZ 15.92 23.5 23.1 -
YUV 117.87 132.02 83.87 -
System Red Green Blue C M Y K H S L
Decimal 56 148 125 0.62 0 0.16 0.42 165 0.45 0.4
Hex 38 94 7D 3E 0 10 2A A5 2D 28
Octal 70 224 175 76 0 20 52 245 55 50
Binary 111000 10010100 1111101 111110 0 10000 101010 10100101 101101 101000

Color Harmonies of #38947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38947D

Black with #38947D

Text Example


Text Example

White with #38947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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