Html Css Color HEX #41A27D Gossamer

📋 copy color: '#41A27D'

red 65 ◦ green 162 ◦ blue 125

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

Shades of Gossamer #41A27D

Tints of Gossamer #41A27D

RGB

 RED value IS 65 (25.78% from 255) = 18.47%

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

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

R = 18.47%
G = 46.02%
B = 35.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#41A27D (or 0x41A27D) is known color: Gossamer. HEX triplet: 41, A2 and 7D. RGB value is (65,162,125). Sum of RGB (Red+Green+Blue) = 65+162+125=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #41A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A27D is #BE5D82. Grayscale: #808080. Windows color (decimal): -12475779 or 8233537. OLE color: 8233537.

HSL color Cylindrical-coordinate representation of color #41A27D: hue angle of 157.11º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A27D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 162 125 -
CMYK 0.60 0 0.23 0.36
HSL 157.11º 0.43% 0.45% -
HSV(B) 157.11º 0.6% 0.64% -
XYZ 18.8 28.45 23.9 -
YUV 128.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 65 162 125 0.60 0 0.23 0.36 157.11 0.43 0.45
Hex 41 A2 7D 3C 0 17 24 9D 2B 2D
Octal 101 242 175 74 0 27 44 235 53 55
Binary 1000001 10100010 1111101 111100 0 10111 100100 10011101 101011 101101

Color Harmonies of #41A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A27D

Black with #41A27D

Text Example


Text Example

White with #41A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A27D; }

 p { color: rgb(65,162,125); }

 H1.HeaderClassName
 {
   color: #41A27D;
 }
 .AnyTagClassName
 {
   color: #41A27D;
 }
</style>

background-color css

<style>
 a { background-color: #41A27D; }

 a { background-color: rgb(65,162,125); }

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

border-color css

<style>
 span { border-color: #41A27D; }

 span { border-color: rgb(65,162,125); }

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