Html Css Color HEX #41964D Chateau Green

📋 copy color: '#41964D'

red 65 ◦ green 150 ◦ blue 77

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

Shades of Chateau Green #41964D

Tints of Chateau Green #41964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 22.26%
G = 51.37%
B = 26.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#41964D (or 0x41964D) is known color: Chateau Green. HEX triplet: 41, 96 and 4D. RGB value is (65,150,77). Sum of RGB (Red+Green+Blue) = 65+150+77=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #41964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41964D is #BE69B2. Grayscale: #747474. Windows color (decimal): -12478899 or 5084737. OLE color: 5084737.

HSL color Cylindrical-coordinate representation of color #41964D: hue angle of 128.47º 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 #41964D is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 77 -
CMYK 0.57 0 0.49 0.41
HSL 128.47º 0.4% 0.42% -
HSV(B) 128.47º 0.57% 0.59% -
XYZ 14.43 23.47 10.79 -
YUV 116.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 65 150 77 0.57 0 0.49 0.41 128.47 0.4 0.42
Hex 41 96 4D 39 0 31 29 80 28 2A
Octal 101 226 115 71 0 61 51 200 50 52
Binary 1000001 10010110 1001101 111001 0 110001 101001 10000000 101000 101010

Color Harmonies of #41964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41964D

Black with #41964D

Text Example


Text Example

White with #41964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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