Html Css Color HEX #4BA760 Chateau Green

📋 copy color: '#4BA760'

red 75 ◦ green 167 ◦ blue 96

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

Shades of Chateau Green #4BA760

Tints of Chateau Green #4BA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

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

R = 22.19%
G = 49.41%
B = 28.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#4BA760 (or 0x4BA760) is known color: Chateau Green. HEX triplet: 4B, A7 and 60. RGB value is (75,167,96). Sum of RGB (Red+Green+Blue) = 75+167+96=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA760 is #B4589F. Grayscale: #838383. Windows color (decimal): -11819168 or 6334283. OLE color: 6334283.

HSL color Cylindrical-coordinate representation of color #4BA760: hue angle of 133.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA760 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 167 96 -
CMYK 0.55 0 0.43 0.35
HSL 133.7º 0.38% 0.47% -
HSV(B) 133.7º 0.55% 0.65% -
XYZ 18.83 29.98 15.86 -
YUV 131.4 108.02 87.77 -
System Red Green Blue C M Y K H S L
Decimal 75 167 96 0.55 0 0.43 0.35 133.7 0.38 0.47
Hex 4B A7 60 37 0 2B 23 86 26 2F
Octal 113 247 140 67 0 53 43 206 46 57
Binary 1001011 10100111 1100000 110111 0 101011 100011 10000110 100110 101111

Color Harmonies of #4BA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA760

Black with #4BA760

Text Example


Text Example

White with #4BA760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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