Html Css Color HEX #4C965B Chateau Green

📋 copy color: '#4C965B'

red 76 ◦ green 150 ◦ blue 91

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

Shades of Chateau Green #4C965B

Tints of Chateau Green #4C965B

RGB

 RED value IS 76 (30.08% from 255) = 23.97%

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 23.97%
G = 47.32%
B = 28.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#4C965B (or 0x4C965B) is known color: Chateau Green. HEX triplet: 4C, 96 and 5B. RGB value is (76,150,91). Sum of RGB (Red+Green+Blue) = 76+150+91=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #4C965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C965B is #B369A4. Grayscale: #797979. Windows color (decimal): -11757989 or 6002252. OLE color: 6002252.

HSL color Cylindrical-coordinate representation of color #4C965B: hue angle of 132.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C965B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 150 91 -
CMYK 0.49 0 0.39 0.41
HSL 132.16º 0.33% 0.44% -
HSV(B) 132.16º 0.49% 0.59% -
XYZ 15.78 24.1 13.72 -
YUV 121.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 76 150 91 0.49 0 0.39 0.41 132.16 0.33 0.44
Hex 4C 96 5B 31 0 27 29 84 21 2C
Octal 114 226 133 61 0 47 51 204 41 54
Binary 1001100 10010110 1011011 110001 0 100111 101001 10000100 100001 101100

Color Harmonies of #4C965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C965B

Black with #4C965B

Text Example


Text Example

White with #4C965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C965B; }

 p { color: rgb(76,150,91); }

 H1.HeaderClassName
 {
   color: #4C965B;
 }
 .AnyTagClassName
 {
   color: #4C965B;
 }
</style>

background-color css

<style>
 a { background-color: #4C965B; }

 a { background-color: rgb(76,150,91); }

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

border-color css

<style>
 span { border-color: #4C965B; }

 span { border-color: rgb(76,150,91); }

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