#41994F

Color #41994F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #41994F

Tints of Chateau Green #41994F

Color information

#41994F (or 0x41994F) is unknown color: approx Chateau Green. HEX triplet: 41, 99 and 4F. RGB value is (65,153,79). Sum of RGB (Red+Green+Blue) = 65+153+79=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #41994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41994F is #BE66B0. Grayscale: #767676. Windows color (decimal): -12478129 or 5216577. OLE color: 5216577.

HSL color Cylindrical-coordinate representation of color #41994F: hue angle of 129.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41994F is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB6515379-
CMYK0.5800.480.4
HSL129.55º40.37%42.75%-
HSV(B)129.55º57.52%60%-
XYZ14.9824.4711.33-
YUV118.25105.8590.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=21.89%
G=51.52%
B=26.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65153790.5800.480.4129.5540.3742.75
Hex41994F3A0302882282b
Octal10123111772060502025053
Binary1000001100110011001111111010011000010100010000010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41994F; }

 p { color: rgb(65,153,79); }

 H1.HeaderClassName
 {
   color: #41994F;
 }
 .AnyTagClassName
 {
   color: #41994F;
 }
</style>
background-color css

<style>
 a { background-color: #41994F; }

 a { background-color: rgb(65,153,79); }

 div.DivClassName
 {
   background-color: #41994F;
 }
 .BgClassName
 {
   background-color: #41994F;
 }
</style>
border-color css

<style>
 span { border-color: #41994F; }

 span { border-color: rgb(65,153,79); }

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