Html Css Color HEX #41924C Chateau Green

📋 copy color: '#41924C'

red 65 ◦ green 146 ◦ blue 76

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

Shades of Chateau Green #41924C

Tints of Chateau Green #41924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 22.65%
G = 50.87%
B = 26.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#41924C (or 0x41924C) is known color: Chateau Green. HEX triplet: 41, 92 and 4C. RGB value is (65,146,76). Sum of RGB (Red+Green+Blue) = 65+146+76=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #41924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41924C is #BE6DB3. Grayscale: #727272. Windows color (decimal): -12479924 or 5018177. OLE color: 5018177.

HSL color Cylindrical-coordinate representation of color #41924C: hue angle of 128.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41924C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 146 76 -
CMYK 0.55 0 0.48 0.43
HSL 128.15º 0.38% 0.41% -
HSV(B) 128.15º 0.55% 0.57% -
XYZ 13.76 22.2 10.4 -
YUV 113.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 65 146 76 0.55 0 0.48 0.43 128.15 0.38 0.41
Hex 41 92 4C 37 0 30 2B 80 26 29
Octal 101 222 114 67 0 60 53 200 46 51
Binary 1000001 10010010 1001100 110111 0 110000 101011 10000000 100110 101001

Color Harmonies of #41924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41924C

Black with #41924C

Text Example


Text Example

White with #41924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41924C; }

 p { color: rgb(65,146,76); }

 H1.HeaderClassName
 {
   color: #41924C;
 }
 .AnyTagClassName
 {
   color: #41924C;
 }
</style>

background-color css

<style>
 a { background-color: #41924C; }

 a { background-color: rgb(65,146,76); }

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

border-color css

<style>
 span { border-color: #41924C; }

 span { border-color: rgb(65,146,76); }

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