Html Css Color HEX #38A390 Gossamer

📋 copy color: '#38A390'

red 56 ◦ green 163 ◦ blue 144

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

Shades of Gossamer #38A390

Tints of Gossamer #38A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 15.43%
G = 44.9%
B = 39.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#38A390 (or 0x38A390) is known color: Gossamer. HEX triplet: 38, A3 and 90. RGB value is (56,163,144). Sum of RGB (Red+Green+Blue) = 56+163+144=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #38A390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A390 is #C75C6F. Grayscale: #808080. Windows color (decimal): -13065328 or 9478968. OLE color: 9478968.

HSL color Cylindrical-coordinate representation of color #38A390: hue angle of 169.35º 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 #38A390 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 163 144 -
CMYK 0.66 0 0.12 0.36
HSL 169.35º 0.49% 0.43% -
HSV(B) 169.35º 0.66% 0.64% -
XYZ 19.76 29.05 30.95 -
YUV 128.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 56 163 144 0.66 0 0.12 0.36 169.35 0.49 0.43
Hex 38 A3 90 42 0 C 24 A9 31 2B
Octal 70 243 220 102 0 14 44 251 61 53
Binary 111000 10100011 10010000 1000010 0 1100 100100 10101001 110001 101011

Color Harmonies of #38A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A390

Black with #38A390

Text Example


Text Example

White with #38A390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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