Html Css Color HEX #38A77D Gossamer

📋 copy color: '#38A77D'

red 56 ◦ green 167 ◦ blue 125

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

Shades of Gossamer #38A77D

Tints of Gossamer #38A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.99%

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

R = 16.09%
G = 47.99%
B = 35.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#38A77D (or 0x38A77D) is known color: Gossamer. HEX triplet: 38, A7 and 7D. RGB value is (56,167,125). Sum of RGB (Red+Green+Blue) = 56+167+125=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #38A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A77D is #C75882. Grayscale: #818181. Windows color (decimal): -13064323 or 8234808. OLE color: 8234808.

HSL color Cylindrical-coordinate representation of color #38A77D: hue angle of 157.3º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A77D is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 167 125 -
CMYK 0.66 0 0.25 0.35
HSL 157.3º 0.5% 0.44% -
HSV(B) 157.3º 0.66% 0.65% -
XYZ 19.15 29.96 24.18 -
YUV 129.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 56 167 125 0.66 0 0.25 0.35 157.3 0.5 0.44
Hex 38 A7 7D 42 0 19 23 9D 32 2C
Octal 70 247 175 102 0 31 43 235 62 54
Binary 111000 10100111 1111101 1000010 0 11001 100011 10011101 110010 101100

Color Harmonies of #38A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A77D

Black with #38A77D

Text Example


Text Example

White with #38A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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