Html Css Color HEX #38947A Gossamer

📋 copy color: '#38947A'

red 56 ◦ green 148 ◦ blue 122

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

Shades of Gossamer #38947A

Tints of Gossamer #38947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 17.18%
G = 45.4%
B = 37.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#38947A (or 0x38947A) is known color: Gossamer. HEX triplet: 38, 94 and 7A. RGB value is (56,148,122). Sum of RGB (Red+Green+Blue) = 56+148+122=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #38947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38947A is #C76B85. Grayscale: #757575. Windows color (decimal): -13069190 or 8033336. OLE color: 8033336.

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

Color convert

RGB 56 148 122 -
CMYK 0.62 0 0.18 0.42
HSL 163.04º 0.45% 0.4% -
HSV(B) 163.04º 0.62% 0.58% -
XYZ 15.73 23.43 22.1 -
YUV 117.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 56 148 122 0.62 0 0.18 0.42 163.04 0.45 0.4
Hex 38 94 7A 3E 0 12 2A A3 2D 28
Octal 70 224 172 76 0 22 52 243 55 50
Binary 111000 10010100 1111010 111110 0 10010 101010 10100011 101101 101000

Color Harmonies of #38947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38947A

Black with #38947A

Text Example


Text Example

White with #38947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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