Html Css Color HEX #38A77A Gossamer

📋 copy color: '#38A77A'

red 56 ◦ green 167 ◦ blue 122

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

Shades of Gossamer #38A77A

Tints of Gossamer #38A77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 16.23%
G = 48.41%
B = 35.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#38A77A (or 0x38A77A) is known color: Gossamer. HEX triplet: 38, A7 and 7A. RGB value is (56,167,122). Sum of RGB (Red+Green+Blue) = 56+167+122=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #38A77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A77A is #C75885. Grayscale: #808080. Windows color (decimal): -13064326 or 8038200. OLE color: 8038200.

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

Color convert

RGB 56 167 122 -
CMYK 0.66 0 0.27 0.35
HSL 155.68º 0.5% 0.44% -
HSV(B) 155.68º 0.66% 0.65% -
XYZ 18.96 29.88 23.18 -
YUV 128.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 56 167 122 0.66 0 0.27 0.35 155.68 0.5 0.44
Hex 38 A7 7A 42 0 1B 23 9C 32 2C
Octal 70 247 172 102 0 33 43 234 62 54
Binary 111000 10100111 1111010 1000010 0 11011 100011 10011100 110010 101100

Color Harmonies of #38A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A77A

Black with #38A77A

Text Example


Text Example

White with #38A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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