Html Css Color HEX #4B965B Chateau Green

📋 copy color: '#4B965B'

red 75 ◦ green 150 ◦ blue 91

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

Shades of Chateau Green #4B965B

Tints of Chateau Green #4B965B

RGB

 RED value IS 75 (29.69% from 255) = 23.73%

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

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

R = 23.73%
G = 47.47%
B = 28.8%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#4B965B (or 0x4B965B) is known color: Chateau Green. HEX triplet: 4B, 96 and 5B. RGB value is (75,150,91). Sum of RGB (Red+Green+Blue) = 75+150+91=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #4B965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B965B is #B469A4. Grayscale: #797979. Windows color (decimal): -11823525 or 6002251. OLE color: 6002251.

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

Color convert

RGB 75 150 91 -
CMYK 0.5 0 0.39 0.41
HSL 132.8º 0.33% 0.44% -
HSV(B) 132.8º 0.5% 0.59% -
XYZ 15.7 24.06 13.72 -
YUV 120.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 75 150 91 0.5 0 0.39 0.41 132.8 0.33 0.44
Hex 4B 96 5B 32 0 27 29 85 21 2C
Octal 113 226 133 62 0 47 51 205 41 54
Binary 1001011 10010110 1011011 110010 0 100111 101001 10000101 100001 101100

Color Harmonies of #4B965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B965B

Black with #4B965B

Text Example


Text Example

White with #4B965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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