Html Css Color HEX #4BA066 Chateau Green

📋 copy color: '#4BA066'

red 75 ◦ green 160 ◦ blue 102

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

Shades of Chateau Green #4BA066

Tints of Chateau Green #4BA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.48%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 22.26%
G = 47.48%
B = 30.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#4BA066 (or 0x4BA066) is known color: Chateau Green. HEX triplet: 4B, A0 and 66. RGB value is (75,160,102). Sum of RGB (Red+Green+Blue) = 75+160+102=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA066 is #B45F99. Grayscale: #808080. Windows color (decimal): -11820954 or 6725707. OLE color: 6725707.

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

Color convert

RGB 75 160 102 -
CMYK 0.53 0 0.36 0.37
HSL 139.06º 0.36% 0.46% -
HSV(B) 139.06º 0.53% 0.63% -
XYZ 17.87 27.6 16.96 -
YUV 127.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 75 160 102 0.53 0 0.36 0.37 139.06 0.36 0.46
Hex 4B A0 66 35 0 24 25 8B 24 2E
Octal 113 240 146 65 0 44 45 213 44 56
Binary 1001011 10100000 1100110 110101 0 100100 100101 10001011 100100 101110

Color Harmonies of #4BA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA066

Black with #4BA066

Text Example


Text Example

White with #4BA066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,160,102); }

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

background-color css

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

 a { background-color: rgb(75,160,102); }

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

border-color css

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

 span { border-color: rgb(75,160,102); }

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