Html Css Color HEX #4C975F Chateau Green

📋 copy color: '#4C975F'

red 76 ◦ green 151 ◦ blue 95

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

Shades of Chateau Green #4C975F

Tints of Chateau Green #4C975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.89%

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

R = 23.6%
G = 46.89%
B = 29.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#4C975F (or 0x4C975F) is known color: Chateau Green. HEX triplet: 4C, 97 and 5F. RGB value is (76,151,95). Sum of RGB (Red+Green+Blue) = 76+151+95=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #4C975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C975F is #B368A0. Grayscale: #7A7A7A. Windows color (decimal): -11757729 or 6264652. OLE color: 6264652.

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

Color convert

RGB 76 151 95 -
CMYK 0.50 0 0.37 0.41
HSL 135.2º 0.33% 0.45% -
HSV(B) 135.2º 0.5% 0.59% -
XYZ 16.11 24.5 14.71 -
YUV 122.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 76 151 95 0.50 0 0.37 0.41 135.2 0.33 0.45
Hex 4C 97 5F 32 0 25 29 87 21 2D
Octal 114 227 137 62 0 45 51 207 41 55
Binary 1001100 10010111 1011111 110010 0 100101 101001 10000111 100001 101101

Color Harmonies of #4C975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C975F

Black with #4C975F

Text Example


Text Example

White with #4C975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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