Html Css Color HEX #4BA260 Chateau Green

📋 copy color: '#4BA260'

red 75 ◦ green 162 ◦ blue 96

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

Shades of Chateau Green #4BA260

Tints of Chateau Green #4BA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.65%

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

R = 22.52%
G = 48.65%
B = 28.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#4BA260 (or 0x4BA260) is known color: Chateau Green. HEX triplet: 4B, A2 and 60. RGB value is (75,162,96). Sum of RGB (Red+Green+Blue) = 75+162+96=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA260 is #B45D9F. Grayscale: #808080. Windows color (decimal): -11820448 or 6333003. OLE color: 6333003.

HSL color Cylindrical-coordinate representation of color #4BA260: hue angle of 134.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA260 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 96 -
CMYK 0.54 0 0.41 0.36
HSL 134.48º 0.37% 0.46% -
HSV(B) 134.48º 0.54% 0.64% -
XYZ 17.93 28.18 15.56 -
YUV 128.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 75 162 96 0.54 0 0.41 0.36 134.48 0.37 0.46
Hex 4B A2 60 36 0 29 24 86 25 2E
Octal 113 242 140 66 0 51 44 206 45 56
Binary 1001011 10100010 1100000 110110 0 101001 100100 10000110 100101 101110

Color Harmonies of #4BA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA260

Black with #4BA260

Text Example


Text Example

White with #4BA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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