Html Css Color HEX #4AA265 Chateau Green

📋 copy color: '#4AA265'

red 74 ◦ green 162 ◦ blue 101

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

Shades of Chateau Green #4AA265

Tints of Chateau Green #4AA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 21.96%
G = 48.07%
B = 29.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#4AA265 (or 0x4AA265) is known color: Chateau Green. HEX triplet: 4A, A2 and 65. RGB value is (74,162,101). Sum of RGB (Red+Green+Blue) = 74+162+101=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA265 is #B55D9A. Grayscale: #808080. Windows color (decimal): -11885979 or 6660682. OLE color: 6660682.

HSL color Cylindrical-coordinate representation of color #4AA265: hue angle of 138.41º 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 #4AA265 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 101 -
CMYK 0.54 0 0.38 0.36
HSL 138.41º 0.37% 0.46% -
HSV(B) 138.41º 0.54% 0.64% -
XYZ 18.09 28.24 16.81 -
YUV 128.73 112.35 88.96 -
System Red Green Blue C M Y K H S L
Decimal 74 162 101 0.54 0 0.38 0.36 138.41 0.37 0.46
Hex 4A A2 65 36 0 26 24 8A 25 2E
Octal 112 242 145 66 0 46 44 212 45 56
Binary 1001010 10100010 1100101 110110 0 100110 100100 10001010 100101 101110

Color Harmonies of #4AA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA265

Black with #4AA265

Text Example


Text Example

White with #4AA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,162,101); }

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

background-color css

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

 a { background-color: rgb(74,162,101); }

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

border-color css

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

 span { border-color: rgb(74,162,101); }

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