Html Css Color HEX #41A053 Chateau Green

📋 copy color: '#41A053'

red 65 ◦ green 160 ◦ blue 83

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

Shades of Chateau Green #41A053

Tints of Chateau Green #41A053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 21.1%
G = 51.95%
B = 26.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#41A053 (or 0x41A053) is known color: Chateau Green. HEX triplet: 41, A0 and 53. RGB value is (65,160,83). Sum of RGB (Red+Green+Blue) = 65+160+83=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #41A053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A053 is #BE5FAC. Grayscale: #7B7B7B. Windows color (decimal): -12476333 or 5480513. OLE color: 5480513.

HSL color Cylindrical-coordinate representation of color #41A053: hue angle of 131.37º 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 #41A053 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 160 83 -
CMYK 0.59 0 0.48 0.37
HSL 131.37º 0.42% 0.44% -
HSV(B) 131.37º 0.59% 0.63% -
XYZ 16.31 26.89 12.51 -
YUV 122.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 65 160 83 0.59 0 0.48 0.37 131.37 0.42 0.44
Hex 41 A0 53 3B 0 30 25 83 2A 2C
Octal 101 240 123 73 0 60 45 203 52 54
Binary 1000001 10100000 1010011 111011 0 110000 100101 10000011 101010 101100

Color Harmonies of #41A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A053

Black with #41A053

Text Example


Text Example

White with #41A053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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