Html Css Color HEX #41964F Chateau Green

📋 copy color: '#41964F'

red 65 ◦ green 150 ◦ blue 79

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

Shades of Chateau Green #41964F

Tints of Chateau Green #41964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 22.11%
G = 51.02%
B = 26.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#41964F (or 0x41964F) is known color: Chateau Green. HEX triplet: 41, 96 and 4F. RGB value is (65,150,79). Sum of RGB (Red+Green+Blue) = 65+150+79=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #41964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41964F is #BE69B0. Grayscale: #747474. Windows color (decimal): -12478897 or 5215809. OLE color: 5215809.

HSL color Cylindrical-coordinate representation of color #41964F: hue angle of 129.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41964F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 79 -
CMYK 0.57 0 0.47 0.41
HSL 129.88º 0.4% 0.42% -
HSV(B) 129.88º 0.57% 0.59% -
XYZ 14.5 23.5 11.17 -
YUV 116.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 65 150 79 0.57 0 0.47 0.41 129.88 0.4 0.42
Hex 41 96 4F 39 0 2F 29 82 28 2A
Octal 101 226 117 71 0 57 51 202 50 52
Binary 1000001 10010110 1001111 111001 0 101111 101001 10000010 101000 101010

Color Harmonies of #41964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41964F

Black with #41964F

Text Example


Text Example

White with #41964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41964F;
 }
 .AnyTagClassName
 {
   color: #41964F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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