Html Css Color HEX #41AC83 Gossamer

📋 copy color: '#41AC83'

red 65 ◦ green 172 ◦ blue 131

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

Shades of Gossamer #41AC83

Tints of Gossamer #41AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.74%

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 17.66%
G = 46.74%
B = 35.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#41AC83 (or 0x41AC83) is known color: Gossamer. HEX triplet: 41, AC and 83. RGB value is (65,172,131). Sum of RGB (Red+Green+Blue) = 65+172+131=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AC83 is #BE537C. Grayscale: #878787. Windows color (decimal): -12473213 or 8629313. OLE color: 8629313.

HSL color Cylindrical-coordinate representation of color #41AC83: hue angle of 157.01º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AC83 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 172 131 -
CMYK 0.62 0 0.24 0.33
HSL 157.01º 0.45% 0.46% -
HSV(B) 157.01º 0.62% 0.67% -
XYZ 21.03 32.27 26.59 -
YUV 135.33 125.55 77.83 -
System Red Green Blue C M Y K H S L
Decimal 65 172 131 0.62 0 0.24 0.33 157.01 0.45 0.46
Hex 41 AC 83 3E 0 18 21 9D 2D 2E
Octal 101 254 203 76 0 30 41 235 55 56
Binary 1000001 10101100 10000011 111110 0 11000 100001 10011101 101101 101110

Color Harmonies of #41AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AC83

Black with #41AC83

Text Example


Text Example

White with #41AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,172,131); }

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

background-color css

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

 a { background-color: rgb(65,172,131); }

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

border-color css

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

 span { border-color: rgb(65,172,131); }

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