Html Css Color HEX #4C985F Chateau Green

📋 copy color: '#4C985F'

red 76 ◦ green 152 ◦ blue 95

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

Shades of Chateau Green #4C985F

Tints of Chateau Green #4C985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

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

R = 23.53%
G = 47.06%
B = 29.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#4C985F (or 0x4C985F) is known color: Chateau Green. HEX triplet: 4C, 98 and 5F. RGB value is (76,152,95). Sum of RGB (Red+Green+Blue) = 76+152+95=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #4C985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C985F is #B367A0. Grayscale: #7A7A7A. Windows color (decimal): -11757473 or 6264908. OLE color: 6264908.

HSL color Cylindrical-coordinate representation of color #4C985F: hue angle of 135º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C985F is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 152 95 -
CMYK 0.50 0 0.38 0.40
HSL 135º 0.33% 0.45% -
HSV(B) 135º 0.5% 0.6% -
XYZ 16.27 24.82 14.76 -
YUV 122.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 76 152 95 0.50 0 0.38 0.40 135 0.33 0.45
Hex 4C 98 5F 32 0 26 28 87 21 2D
Octal 114 230 137 62 0 46 50 207 41 55
Binary 1001100 10011000 1011111 110010 0 100110 101000 10000111 100001 101101

Color Harmonies of #4C985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C985F

Black with #4C985F

Text Example


Text Example

White with #4C985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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