Html Css Color HEX #38A27A Gossamer

📋 copy color: '#38A27A'

red 56 ◦ green 162 ◦ blue 122

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

Shades of Gossamer #38A27A

Tints of Gossamer #38A27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

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

R = 16.47%
G = 47.65%
B = 35.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#38A27A (or 0x38A27A) is known color: Gossamer. HEX triplet: 38, A2 and 7A. RGB value is (56,162,122). Sum of RGB (Red+Green+Blue) = 56+162+122=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #38A27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A27A is #C75D85. Grayscale: #7D7D7D. Windows color (decimal): -13065606 or 8036920. OLE color: 8036920.

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

Color convert

RGB 56 162 122 -
CMYK 0.65 0 0.25 0.36
HSL 157.36º 0.49% 0.43% -
HSV(B) 157.36º 0.65% 0.64% -
XYZ 18.06 28.09 22.88 -
YUV 125.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 56 162 122 0.65 0 0.25 0.36 157.36 0.49 0.43
Hex 38 A2 7A 41 0 19 24 9D 31 2B
Octal 70 242 172 101 0 31 44 235 61 53
Binary 111000 10100010 1111010 1000001 0 11001 100100 10011101 110001 101011

Color Harmonies of #38A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A27A

Black with #38A27A

Text Example


Text Example

White with #38A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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