Html Css Color HEX #4A9B64 Chateau Green

📋 copy color: '#4A9B64'

red 74 ◦ green 155 ◦ blue 100

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

Shades of Chateau Green #4A9B64

Tints of Chateau Green #4A9B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 22.49%
G = 47.11%
B = 30.4%

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

#4A9B64 (or 0x4A9B64) is known color: Chateau Green. HEX triplet: 4A, 9B and 64. RGB value is (74,155,100). Sum of RGB (Red+Green+Blue) = 74+155+100=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B64 is #B5649B. Grayscale: #7C7C7C. Windows color (decimal): -11887772 or 6593354. OLE color: 6593354.

HSL color Cylindrical-coordinate representation of color #4A9B64: hue angle of 139.26º 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 #4A9B64 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 155 100 -
CMYK 0.52 0 0.35 0.39
HSL 139.26º 0.35% 0.45% -
HSV(B) 139.26º 0.52% 0.61% -
XYZ 16.85 25.82 16.15 -
YUV 124.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 74 155 100 0.52 0 0.35 0.39 139.26 0.35 0.45
Hex 4A 9B 64 34 0 23 27 8B 23 2D
Octal 112 233 144 64 0 43 47 213 43 55
Binary 1001010 10011011 1100100 110100 0 100011 100111 10001011 100011 101101

Color Harmonies of #4A9B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9B64

Black with #4A9B64

Text Example


Text Example

White with #4A9B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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