Html Css Color HEX #4B9460 Chateau Green

📋 copy color: '#4B9460'

red 75 ◦ green 148 ◦ blue 96

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

Shades of Chateau Green #4B9460

Tints of Chateau Green #4B9460

RGB

 RED value IS 75 (29.69% from 255) = 23.51%

 GREEN value IS 148 (58.2% from 255) = 46.39%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 23.51%
G = 46.39%
B = 30.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#4B9460 (or 0x4B9460) is known color: Chateau Green. HEX triplet: 4B, 94 and 60. RGB value is (75,148,96). Sum of RGB (Red+Green+Blue) = 75+148+96=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9460 is #B46B9F. Grayscale: #787878. Windows color (decimal): -11824032 or 6329419. OLE color: 6329419.

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

Color convert

RGB 75 148 96 -
CMYK 0.49 0 0.35 0.42
HSL 137.26º 0.33% 0.44% -
HSV(B) 137.26º 0.49% 0.58% -
XYZ 15.6 23.52 14.78 -
YUV 120.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 75 148 96 0.49 0 0.35 0.42 137.26 0.33 0.44
Hex 4B 94 60 31 0 23 2A 89 21 2C
Octal 113 224 140 61 0 43 52 211 41 54
Binary 1001011 10010100 1100000 110001 0 100011 101010 10001001 100001 101100

Color Harmonies of #4B9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9460

Black with #4B9460

Text Example


Text Example

White with #4B9460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,148,96); }

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

background-color css

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

 a { background-color: rgb(75,148,96); }

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

border-color css

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

 span { border-color: rgb(75,148,96); }

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