Html Css Color HEX #38907C Gossamer

📋 copy color: '#38907C'

red 56 ◦ green 144 ◦ blue 124

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

Shades of Gossamer #38907C

Tints of Gossamer #38907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 17.28%
G = 44.44%
B = 38.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#38907C (or 0x38907C) is known color: Gossamer. HEX triplet: 38, 90 and 7C. RGB value is (56,144,124). Sum of RGB (Red+Green+Blue) = 56+144+124=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #38907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38907C is #C76F83. Grayscale: #737373. Windows color (decimal): -13070212 or 8163384. OLE color: 8163384.

HSL color Cylindrical-coordinate representation of color #38907C: hue angle of 166.36º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38907C is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 124 -
CMYK 0.61 0 0.14 0.44
HSL 166.36º 0.44% 0.39% -
HSV(B) 166.36º 0.61% 0.56% -
XYZ 15.24 22.24 22.56 -
YUV 115.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 56 144 124 0.61 0 0.14 0.44 166.36 0.44 0.39
Hex 38 90 7C 3D 0 E 2C A6 2C 27
Octal 70 220 174 75 0 16 54 246 54 47
Binary 111000 10010000 1111100 111101 0 1110 101100 10100110 101100 100111

Color Harmonies of #38907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38907C

Black with #38907C

Text Example


Text Example

White with #38907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38907C; }

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

 H1.HeaderClassName
 {
   color: #38907C;
 }
 .AnyTagClassName
 {
   color: #38907C;
 }
</style>

background-color css

<style>
 a { background-color: #38907C; }

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

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

border-color css

<style>
 span { border-color: #38907C; }

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

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