Html Css Color HEX #4A9B5B Chateau Green

📋 copy color: '#4A9B5B'

red 74 ◦ green 155 ◦ blue 91

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

Shades of Chateau Green #4A9B5B

Tints of Chateau Green #4A9B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 23.13%
G = 48.44%
B = 28.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#4A9B5B (or 0x4A9B5B) is known color: Chateau Green. HEX triplet: 4A, 9B and 5B. RGB value is (74,155,91). Sum of RGB (Red+Green+Blue) = 74+155+91=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #4A9B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9B5B is #B564A4. Grayscale: #7B7B7B. Windows color (decimal): -11887781 or 6003530. OLE color: 6003530.

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

Color convert

RGB 74 155 91 -
CMYK 0.52 0 0.41 0.39
HSL 132.59º 0.35% 0.45% -
HSV(B) 132.59º 0.52% 0.61% -
XYZ 16.43 25.65 13.98 -
YUV 123.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 74 155 91 0.52 0 0.41 0.39 132.59 0.35 0.45
Hex 4A 9B 5B 34 0 29 27 85 23 2D
Octal 112 233 133 64 0 51 47 205 43 55
Binary 1001010 10011011 1011011 110100 0 101001 100111 10000101 100011 101101

Color Harmonies of #4A9B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9B5B

Black with #4A9B5B

Text Example


Text Example

White with #4A9B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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