Html Css Color HEX #41A265 Chateau Green

📋 copy color: '#41A265'

red 65 ◦ green 162 ◦ blue 101

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

Shades of Chateau Green #41A265

Tints of Chateau Green #41A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.39%

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

R = 19.82%
G = 49.39%
B = 30.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#41A265 (or 0x41A265) is known color: Chateau Green. HEX triplet: 41, A2 and 65. RGB value is (65,162,101). Sum of RGB (Red+Green+Blue) = 65+162+101=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #41A265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A265 is #BE5D9A. Grayscale: #7E7E7E. Windows color (decimal): -12475803 or 6660673. OLE color: 6660673.

HSL color Cylindrical-coordinate representation of color #41A265: hue angle of 142.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A265 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 162 101 -
CMYK 0.60 0 0.38 0.36
HSL 142.27º 0.43% 0.45% -
HSV(B) 142.27º 0.6% 0.64% -
XYZ 17.45 27.9 16.78 -
YUV 126.04 113.86 84.46 -
System Red Green Blue C M Y K H S L
Decimal 65 162 101 0.60 0 0.38 0.36 142.27 0.43 0.45
Hex 41 A2 65 3C 0 26 24 8E 2B 2D
Octal 101 242 145 74 0 46 44 216 53 55
Binary 1000001 10100010 1100101 111100 0 100110 100100 10001110 101011 101101

Color Harmonies of #41A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A265

Black with #41A265

Text Example


Text Example

White with #41A265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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