Html Css Color HEX #4A965A Chateau Green

📋 copy color: '#4A965A'

red 74 ◦ green 150 ◦ blue 90

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

Shades of Chateau Green #4A965A

Tints of Chateau Green #4A965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 23.57%
G = 47.77%
B = 28.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#4A965A (or 0x4A965A) is known color: Chateau Green. HEX triplet: 4A, 96 and 5A. RGB value is (74,150,90). Sum of RGB (Red+Green+Blue) = 74+150+90=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #4A965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A965A is #B569A5. Grayscale: #787878. Windows color (decimal): -11889062 or 5936714. OLE color: 5936714.

HSL color Cylindrical-coordinate representation of color #4A965A: hue angle of 132.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A965A is Cyan = 0.51, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 90 -
CMYK 0.51 0 0.4 0.41
HSL 132.63º 0.34% 0.44% -
HSV(B) 132.63º 0.51% 0.59% -
XYZ 15.58 24.01 13.49 -
YUV 120.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 74 150 90 0.51 0 0.4 0.41 132.63 0.34 0.44
Hex 4A 96 5A 33 0 28 29 85 22 2C
Octal 112 226 132 63 0 50 51 205 42 54
Binary 1001010 10010110 1011010 110011 0 101000 101001 10000101 100010 101100

Color Harmonies of #4A965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A965A

Black with #4A965A

Text Example


Text Example

White with #4A965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,90); }

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

background-color css

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

 a { background-color: rgb(74,150,90); }

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

border-color css

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

 span { border-color: rgb(74,150,90); }

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