Html Css Color HEX #38927A Gossamer

📋 copy color: '#38927A'

red 56 ◦ green 146 ◦ blue 122

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

Shades of Gossamer #38927A

Tints of Gossamer #38927A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 17.28%
G = 45.06%
B = 37.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#38927A (or 0x38927A) is known color: Gossamer. HEX triplet: 38, 92 and 7A. RGB value is (56,146,122). Sum of RGB (Red+Green+Blue) = 56+146+122=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #38927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38927A is #C76D85. Grayscale: #747474. Windows color (decimal): -13069702 or 8032824. OLE color: 8032824.

HSL color Cylindrical-coordinate representation of color #38927A: hue angle of 164º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38927A is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 122 -
CMYK 0.62 0 0.16 0.43
HSL 164º 0.45% 0.4% -
HSV(B) 164º 0.62% 0.57% -
XYZ 15.42 22.8 22 -
YUV 116.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 56 146 122 0.62 0 0.16 0.43 164 0.45 0.4
Hex 38 92 7A 3E 0 10 2B A4 2D 28
Octal 70 222 172 76 0 20 53 244 55 50
Binary 111000 10010010 1111010 111110 0 10000 101011 10100100 101101 101000

Color Harmonies of #38927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38927A

Black with #38927A

Text Example


Text Example

White with #38927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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