Html Css Color HEX #4B965C Chateau Green

📋 copy color: '#4B965C'

red 75 ◦ green 150 ◦ blue 92

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

Shades of Chateau Green #4B965C

Tints of Chateau Green #4B965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 23.66%
G = 47.32%
B = 29.02%

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

#4B965C (or 0x4B965C) is known color: Chateau Green. HEX triplet: 4B, 96 and 5C. RGB value is (75,150,92). Sum of RGB (Red+Green+Blue) = 75+150+92=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #4B965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B965C is #B469A3. Grayscale: #797979. Windows color (decimal): -11823524 or 6067787. OLE color: 6067787.

HSL color Cylindrical-coordinate representation of color #4B965C: hue angle of 133.6º 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 #4B965C is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 150 92 -
CMYK 0.5 0 0.39 0.41
HSL 133.6º 0.33% 0.44% -
HSV(B) 133.6º 0.5% 0.59% -
XYZ 15.74 24.08 13.94 -
YUV 120.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 75 150 92 0.5 0 0.39 0.41 133.6 0.33 0.44
Hex 4B 96 5C 32 0 27 29 86 21 2C
Octal 113 226 134 62 0 47 51 206 41 54
Binary 1001011 10010110 1011100 110010 0 100111 101001 10000110 100001 101100

Color Harmonies of #4B965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B965C

Black with #4B965C

Text Example


Text Example

White with #4B965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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