Html Css Color HEX #41B85C Chateau Green

📋 copy color: '#41B85C'

red 65 ◦ green 184 ◦ blue 92

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

Shades of Chateau Green #41B85C

Tints of Chateau Green #41B85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 19.06%
G = 53.96%
B = 26.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#41B85C (or 0x41B85C) is known color: Chateau Green. HEX triplet: 41, B8 and 5C. RGB value is (65,184,92). Sum of RGB (Red+Green+Blue) = 65+184+92=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #41B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B85C is #BE47A3. Grayscale: #8A8A8A. Windows color (decimal): -12470180 or 6076481. OLE color: 6076481.

HSL color Cylindrical-coordinate representation of color #41B85C: hue angle of 133.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 #41B85C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 184 92 -
CMYK 0.65 0 0.50 0.28
HSL 133.61º 0.48% 0.49% -
HSV(B) 133.61º 0.65% 0.72% -
XYZ 21.25 36.18 15.99 -
YUV 137.93 102.08 75.98 -
System Red Green Blue C M Y K H S L
Decimal 65 184 92 0.65 0 0.50 0.28 133.61 0.48 0.49
Hex 41 B8 5C 41 0 32 1C 86 30 31
Octal 101 270 134 101 0 62 34 206 60 61
Binary 1000001 10111000 1011100 1000001 0 110010 11100 10000110 110000 110001

Color Harmonies of #41B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B85C

Black with #41B85C

Text Example


Text Example

White with #41B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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