Html Css Color HEX #41A065 Chateau Green

📋 copy color: '#41A065'

red 65 ◦ green 160 ◦ blue 101

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

Shades of Chateau Green #41A065

Tints of Chateau Green #41A065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 19.94%
G = 49.08%
B = 30.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#41A065 (or 0x41A065) is known color: Chateau Green. HEX triplet: 41, A0 and 65. RGB value is (65,160,101). Sum of RGB (Red+Green+Blue) = 65+160+101=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #41A065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A065 is #BE5F9A. Grayscale: #7D7D7D. Windows color (decimal): -12476315 or 6660161. OLE color: 6660161.

HSL color Cylindrical-coordinate representation of color #41A065: hue angle of 142.74º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41A065 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 160 101 -
CMYK 0.59 0 0.37 0.37
HSL 142.74º 0.42% 0.44% -
HSV(B) 142.74º 0.59% 0.63% -
XYZ 17.1 27.21 16.66 -
YUV 124.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 65 160 101 0.59 0 0.37 0.37 142.74 0.42 0.44
Hex 41 A0 65 3B 0 25 25 8F 2A 2C
Octal 101 240 145 73 0 45 45 217 52 54
Binary 1000001 10100000 1100101 111011 0 100101 100101 10001111 101010 101100

Color Harmonies of #41A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A065

Black with #41A065

Text Example


Text Example

White with #41A065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,160,101); }

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

background-color css

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

 a { background-color: rgb(65,160,101); }

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

border-color css

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

 span { border-color: rgb(65,160,101); }

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