Html Css Color HEX #4A935F Chateau Green

📋 copy color: '#4A935F'

red 74 ◦ green 147 ◦ blue 95

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

Shades of Chateau Green #4A935F

Tints of Chateau Green #4A935F

RGB

 RED value IS 74 (29.3% from 255) = 23.42%

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 23.42%
G = 46.52%
B = 30.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#4A935F (or 0x4A935F) is known color: Chateau Green. HEX triplet: 4A, 93 and 5F. RGB value is (74,147,95). Sum of RGB (Red+Green+Blue) = 74+147+95=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #4A935F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A935F is #B56CA0. Grayscale: #777777. Windows color (decimal): -11889825 or 6263626. OLE color: 6263626.

HSL color Cylindrical-coordinate representation of color #4A935F: hue angle of 137.26º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A935F is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 147 95 -
CMYK 0.50 0 0.35 0.42
HSL 137.26º 0.33% 0.43% -
HSV(B) 137.26º 0.5% 0.58% -
XYZ 15.32 23.15 14.49 -
YUV 119.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 74 147 95 0.50 0 0.35 0.42 137.26 0.33 0.43
Hex 4A 93 5F 32 0 23 2A 89 21 2B
Octal 112 223 137 62 0 43 52 211 41 53
Binary 1001010 10010011 1011111 110010 0 100011 101010 10001001 100001 101011

Color Harmonies of #4A935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A935F

Black with #4A935F

Text Example


Text Example

White with #4A935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,95); }

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

background-color css

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

 a { background-color: rgb(74,147,95); }

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

border-color css

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

 span { border-color: rgb(74,147,95); }

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