Html Css Color HEX #4A8C5C Chateau Green

📋 copy color: '#4A8C5C'

red 74 ◦ green 140 ◦ blue 92

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

Shades of Chateau Green #4A8C5C

Tints of Chateau Green #4A8C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 24.18%
G = 45.75%
B = 30.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#4A8C5C (or 0x4A8C5C) is known color: Chateau Green. HEX triplet: 4A, 8C and 5C. RGB value is (74,140,92). Sum of RGB (Red+Green+Blue) = 74+140+92=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8C5C is #B573A3. Grayscale: #727272. Windows color (decimal): -11891620 or 6065226. OLE color: 6065226.

HSL color Cylindrical-coordinate representation of color #4A8C5C: hue angle of 136.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8C5C is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 140 92 -
CMYK 0.47 0 0.34 0.45
HSL 136.36º 0.31% 0.42% -
HSV(B) 136.36º 0.47% 0.55% -
XYZ 14.13 20.98 13.43 -
YUV 114.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 74 140 92 0.47 0 0.34 0.45 136.36 0.31 0.42
Hex 4A 8C 5C 2F 0 22 2D 88 1F 2A
Octal 112 214 134 57 0 42 55 210 37 52
Binary 1001010 10001100 1011100 101111 0 100010 101101 10001000 11111 101010

Color Harmonies of #4A8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8C5C

Black with #4A8C5C

Text Example


Text Example

White with #4A8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,140,92); }

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

background-color css

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

 a { background-color: rgb(74,140,92); }

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

border-color css

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

 span { border-color: rgb(74,140,92); }

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