Html Css Color HEX #4AA85C Chateau Green

📋 copy color: '#4AA85C'

red 74 ◦ green 168 ◦ blue 92

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

Shades of Chateau Green #4AA85C

Tints of Chateau Green #4AA85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.3%

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

R = 22.16%
G = 50.3%
B = 27.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#4AA85C (or 0x4AA85C) is known color: Chateau Green. HEX triplet: 4A, A8 and 5C. RGB value is (74,168,92). Sum of RGB (Red+Green+Blue) = 74+168+92=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA85C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA85C is #B557A3. Grayscale: #838383. Windows color (decimal): -11884452 or 6072394. OLE color: 6072394.

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

Color convert

RGB 74 168 92 -
CMYK 0.56 0 0.45 0.34
HSL 131.49º 0.39% 0.47% -
HSV(B) 131.49º 0.56% 0.66% -
XYZ 18.76 30.23 14.97 -
YUV 131.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 74 168 92 0.56 0 0.45 0.34 131.49 0.39 0.47
Hex 4A A8 5C 38 0 2D 22 83 27 2F
Octal 112 250 134 70 0 55 42 203 47 57
Binary 1001010 10101000 1011100 111000 0 101101 100010 10000011 100111 101111

Color Harmonies of #4AA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA85C

Black with #4AA85C

Text Example


Text Example

White with #4AA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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