Html Css Color HEX #41B95A Chateau Green

📋 copy color: '#41B95A'

red 65 ◦ green 185 ◦ blue 90

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

Shades of Chateau Green #41B95A

Tints of Chateau Green #41B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.41%

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 19.12%
G = 54.41%
B = 26.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#41B95A (or 0x41B95A) is known color: Chateau Green. HEX triplet: 41, B9 and 5A. RGB value is (65,185,90). Sum of RGB (Red+Green+Blue) = 65+185+90=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #41B95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B95A is #BE46A5. Grayscale: #8A8A8A. Windows color (decimal): -12469926 or 5945665. OLE color: 5945665.

HSL color Cylindrical-coordinate representation of color #41B95A: hue angle of 132.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B95A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 185 90 -
CMYK 0.65 0 0.51 0.27
HSL 132.5º 0.48% 0.49% -
HSV(B) 132.5º 0.65% 0.73% -
XYZ 21.37 36.56 15.6 -
YUV 138.29 100.74 75.72 -
System Red Green Blue C M Y K H S L
Decimal 65 185 90 0.65 0 0.51 0.27 132.5 0.48 0.49
Hex 41 B9 5A 41 0 33 1B 84 30 31
Octal 101 271 132 101 0 63 33 204 60 61
Binary 1000001 10111001 1011010 1000001 0 110011 11011 10000100 110000 110001

Color Harmonies of #41B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B95A

Black with #41B95A

Text Example


Text Example

White with #41B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,185,90); }

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

background-color css

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

 a { background-color: rgb(65,185,90); }

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

border-color css

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

 span { border-color: rgb(65,185,90); }

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