Html Css Color HEX #38967B Gossamer

📋 copy color: '#38967B'

red 56 ◦ green 150 ◦ blue 123

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

Shades of Gossamer #38967B

Tints of Gossamer #38967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 17.02%
G = 45.59%
B = 37.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#38967B (or 0x38967B) is known color: Gossamer. HEX triplet: 38, 96 and 7B. RGB value is (56,150,123). Sum of RGB (Red+Green+Blue) = 56+150+123=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #38967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967B is #C76984. Grayscale: #767676. Windows color (decimal): -13068677 or 8099384. OLE color: 8099384.

HSL color Cylindrical-coordinate representation of color #38967B: hue angle of 162.77º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38967B is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 150 123 -
CMYK 0.63 0 0.18 0.41
HSL 162.77º 0.46% 0.4% -
HSV(B) 162.77º 0.63% 0.59% -
XYZ 16.11 24.08 22.54 -
YUV 118.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 56 150 123 0.63 0 0.18 0.41 162.77 0.46 0.4
Hex 38 96 7B 3F 0 12 29 A3 2E 28
Octal 70 226 173 77 0 22 51 243 56 50
Binary 111000 10010110 1111011 111111 0 10010 101001 10100011 101110 101000

Color Harmonies of #38967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38967B

Black with #38967B

Text Example


Text Example

White with #38967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38967B; }

 p { color: rgb(56,150,123); }

 H1.HeaderClassName
 {
   color: #38967B;
 }
 .AnyTagClassName
 {
   color: #38967B;
 }
</style>

background-color css

<style>
 a { background-color: #38967B; }

 a { background-color: rgb(56,150,123); }

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

border-color css

<style>
 span { border-color: #38967B; }

 span { border-color: rgb(56,150,123); }

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