Html Css Color HEX #41B85A Chateau Green

📋 copy color: '#41B85A'

red 65 ◦ green 184 ◦ blue 90

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

Shades of Chateau Green #41B85A

Tints of Chateau Green #41B85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.28%

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

R = 19.17%
G = 54.28%
B = 26.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#41B85A (or 0x41B85A) is known color: Chateau Green. HEX triplet: 41, B8 and 5A. RGB value is (65,184,90). Sum of RGB (Red+Green+Blue) = 65+184+90=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #41B85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B85A is #BE47A5. Grayscale: #898989. Windows color (decimal): -12470182 or 5945409. OLE color: 5945409.

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

Color convert

RGB 65 184 90 -
CMYK 0.65 0 0.51 0.28
HSL 132.61º 0.48% 0.49% -
HSV(B) 132.61º 0.65% 0.72% -
XYZ 21.17 36.14 15.53 -
YUV 137.7 101.08 76.14 -
System Red Green Blue C M Y K H S L
Decimal 65 184 90 0.65 0 0.51 0.28 132.61 0.48 0.49
Hex 41 B8 5A 41 0 33 1C 85 30 31
Octal 101 270 132 101 0 63 34 205 60 61
Binary 1000001 10111000 1011010 1000001 0 110011 11100 10000101 110000 110001

Color Harmonies of #41B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B85A

Black with #41B85A

Text Example


Text Example

White with #41B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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