Html Css Color HEX #4A9B65 Chateau Green

📋 copy color: '#4A9B65'

red 74 ◦ green 155 ◦ blue 101

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

Shades of Chateau Green #4A9B65

Tints of Chateau Green #4A9B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 22.42%
G = 46.97%
B = 30.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#4A9B65 (or 0x4A9B65) is known color: Chateau Green. HEX triplet: 4A, 9B and 65. RGB value is (74,155,101). Sum of RGB (Red+Green+Blue) = 74+155+101=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B65 is #B5649A. Grayscale: #7C7C7C. Windows color (decimal): -11887771 or 6658890. OLE color: 6658890.

HSL color Cylindrical-coordinate representation of color #4A9B65: hue angle of 140º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9B65 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 155 101 -
CMYK 0.52 0 0.35 0.39
HSL 140º 0.35% 0.45% -
HSV(B) 140º 0.52% 0.61% -
XYZ 16.89 25.84 16.41 -
YUV 124.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 74 155 101 0.52 0 0.35 0.39 140 0.35 0.45
Hex 4A 9B 65 34 0 23 27 8C 23 2D
Octal 112 233 145 64 0 43 47 214 43 55
Binary 1001010 10011011 1100101 110100 0 100011 100111 10001100 100011 101101

Color Harmonies of #4A9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9B65

Black with #4A9B65

Text Example


Text Example

White with #4A9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,155,101); }

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

background-color css

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

 a { background-color: rgb(74,155,101); }

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

border-color css

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

 span { border-color: rgb(74,155,101); }

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