Html Css Color HEX #41A262 Chateau Green

📋 copy color: '#41A262'

red 65 ◦ green 162 ◦ blue 98

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

Shades of Chateau Green #41A262

Tints of Chateau Green #41A262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 20%
G = 49.85%
B = 30.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#41A262 (or 0x41A262) is known color: Chateau Green. HEX triplet: 41, A2 and 62. RGB value is (65,162,98). Sum of RGB (Red+Green+Blue) = 65+162+98=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #41A262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A262 is #BE5D9D. Grayscale: #7D7D7D. Windows color (decimal): -12475806 or 6464065. OLE color: 6464065.

HSL color Cylindrical-coordinate representation of color #41A262: hue angle of 140.41º 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 #41A262 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 162 98 -
CMYK 0.60 0 0.40 0.36
HSL 140.41º 0.43% 0.45% -
HSV(B) 140.41º 0.6% 0.64% -
XYZ 17.3 27.85 16.02 -
YUV 125.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 65 162 98 0.60 0 0.40 0.36 140.41 0.43 0.45
Hex 41 A2 62 3C 0 28 24 8C 2B 2D
Octal 101 242 142 74 0 50 44 214 53 55
Binary 1000001 10100010 1100010 111100 0 101000 100100 10001100 101011 101101

Color Harmonies of #41A262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A262

Black with #41A262

Text Example


Text Example

White with #41A262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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