Html Css Color HEX #38A487 Gossamer

📋 copy color: '#38A487'

red 56 ◦ green 164 ◦ blue 135

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

Shades of Gossamer #38A487

Tints of Gossamer #38A487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.2%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 15.77%
G = 46.2%
B = 38.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#38A487 (or 0x38A487) is known color: Gossamer. HEX triplet: 38, A4 and 87. RGB value is (56,164,135). Sum of RGB (Red+Green+Blue) = 56+164+135=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #38A487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A487 is #C75B78. Grayscale: #808080. Windows color (decimal): -13065081 or 8889400. OLE color: 8889400.

HSL color Cylindrical-coordinate representation of color #38A487: hue angle of 163.89º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A487 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 164 135 -
CMYK 0.66 0 0.18 0.36
HSL 163.89º 0.49% 0.43% -
HSV(B) 163.89º 0.66% 0.64% -
XYZ 19.28 29.14 27.53 -
YUV 128.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 56 164 135 0.66 0 0.18 0.36 163.89 0.49 0.43
Hex 38 A4 87 42 0 12 24 A4 31 2B
Octal 70 244 207 102 0 22 44 244 61 53
Binary 111000 10100100 10000111 1000010 0 10010 100100 10100100 110001 101011

Color Harmonies of #38A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A487

Black with #38A487

Text Example


Text Example

White with #38A487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A487; }

 p { color: rgb(56,164,135); }

 H1.HeaderClassName
 {
   color: #38A487;
 }
 .AnyTagClassName
 {
   color: #38A487;
 }
</style>

background-color css

<style>
 a { background-color: #38A487; }

 a { background-color: rgb(56,164,135); }

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

border-color css

<style>
 span { border-color: #38A487; }

 span { border-color: rgb(56,164,135); }

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