Html Css Color HEX #4A8E62 Chateau Green

📋 copy color: '#4A8E62'

red 74 ◦ green 142 ◦ blue 98

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

Shades of Chateau Green #4A8E62

Tints of Chateau Green #4A8E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 23.57%
G = 45.22%
B = 31.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#4A8E62 (or 0x4A8E62) is known color: Chateau Green. HEX triplet: 4A, 8E and 62. RGB value is (74,142,98). Sum of RGB (Red+Green+Blue) = 74+142+98=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E62 is #B5719D. Grayscale: #747474. Windows color (decimal): -11891102 or 6458954. OLE color: 6458954.

HSL color Cylindrical-coordinate representation of color #4A8E62: hue angle of 141.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E62 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 142 98 -
CMYK 0.48 0 0.31 0.44
HSL 141.18º 0.31% 0.42% -
HSV(B) 141.18º 0.48% 0.56% -
XYZ 14.7 21.68 14.97 -
YUV 116.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 74 142 98 0.48 0 0.31 0.44 141.18 0.31 0.42
Hex 4A 8E 62 30 0 1F 2C 8D 1F 2A
Octal 112 216 142 60 0 37 54 215 37 52
Binary 1001010 10001110 1100010 110000 0 11111 101100 10001101 11111 101010

Color Harmonies of #4A8E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8E62

Black with #4A8E62

Text Example


Text Example

White with #4A8E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,98); }

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

background-color css

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

 a { background-color: rgb(74,142,98); }

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

border-color css

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

 span { border-color: rgb(74,142,98); }

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