Html Css Color HEX #4C955F Chateau Green

📋 copy color: '#4C955F'

red 76 ◦ green 149 ◦ blue 95

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

Shades of Chateau Green #4C955F

Tints of Chateau Green #4C955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.56%

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 23.75%
G = 46.56%
B = 29.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#4C955F (or 0x4C955F) is known color: Chateau Green. HEX triplet: 4C, 95 and 5F. RGB value is (76,149,95). Sum of RGB (Red+Green+Blue) = 76+149+95=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #4C955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C955F is #B36AA0. Grayscale: #797979. Windows color (decimal): -11758241 or 6264140. OLE color: 6264140.

HSL color Cylindrical-coordinate representation of color #4C955F: hue angle of 135.62º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C955F is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 149 95 -
CMYK 0.49 0 0.36 0.42
HSL 135.62º 0.32% 0.44% -
HSV(B) 135.62º 0.49% 0.58% -
XYZ 15.79 23.86 14.6 -
YUV 121.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 76 149 95 0.49 0 0.36 0.42 135.62 0.32 0.44
Hex 4C 95 5F 31 0 24 2A 88 20 2C
Octal 114 225 137 61 0 44 52 210 40 54
Binary 1001100 10010101 1011111 110001 0 100100 101010 10001000 100000 101100

Color Harmonies of #4C955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C955F

Black with #4C955F

Text Example


Text Example

White with #4C955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,149,95); }

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

background-color css

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

 a { background-color: rgb(76,149,95); }

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

border-color css

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

 span { border-color: rgb(76,149,95); }

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