Html Css Color HEX #38907D Gossamer

📋 copy color: '#38907D'

red 56 ◦ green 144 ◦ blue 125

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

Shades of Gossamer #38907D

Tints of Gossamer #38907D

RGB

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

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

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

R = 17.23%
G = 44.31%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#38907D (or 0x38907D) is known color: Gossamer. HEX triplet: 38, 90 and 7D. RGB value is (56,144,125). Sum of RGB (Red+Green+Blue) = 56+144+125=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #38907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38907D is #C76F82. Grayscale: #737373. Windows color (decimal): -13070211 or 8228920. OLE color: 8228920.

HSL color Cylindrical-coordinate representation of color #38907D: hue angle of 167.05º 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 #38907D is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 125 -
CMYK 0.61 0 0.13 0.44
HSL 167.05º 0.44% 0.39% -
HSV(B) 167.05º 0.61% 0.56% -
XYZ 15.31 22.27 22.89 -
YUV 115.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 56 144 125 0.61 0 0.13 0.44 167.05 0.44 0.39
Hex 38 90 7D 3D 0 D 2C A7 2C 27
Octal 70 220 175 75 0 15 54 247 54 47
Binary 111000 10010000 1111101 111101 0 1101 101100 10100111 101100 100111

Color Harmonies of #38907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38907D

Black with #38907D

Text Example


Text Example

White with #38907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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