#41B65F

Color #41B65F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #41B65F

Tints of Chateau Green #41B65F

Color information

#41B65F (or 0x41B65F) is unknown color: approx Chateau Green. HEX triplet: 41, B6 and 5F. RGB value is (65,182,95). Sum of RGB (Red+Green+Blue) = 65+182+95=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #41B65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B65F is #BE49A0. Grayscale: #898989. Windows color (decimal): -12470689 or 6272577. OLE color: 6272577.

HSL color Cylindrical-coordinate representation of color #41B65F: hue angle of 135.38º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B65F is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB6518295-
CMYK0.6400.480.29
HSL135.38º47.37%48.43%-
HSV(B)135.38º64.29%71.37%-
XYZ20.9735.4116.56-
YUV137.1104.2476.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 182 (71.48% from 255) = 53.22%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=19.01%
G=53.22%
B=27.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65182950.6400.480.29135.3847.3748.43
Hex41B65F400301D872f30
Octal101266137100060352075760
Binary1000001101101101011111100000001100001110110000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,182,95); }

 H1.HeaderClassName
 {
   color: #41B65F;
 }
 .AnyTagClassName
 {
   color: #41B65F;
 }
</style>
background-color css

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

 a { background-color: rgb(65,182,95); }

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

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

 span { border-color: rgb(65,182,95); }

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