Html Css Color HEX #3FAA5A Chateau Green

📋 copy color: '#3FAA5A'

red 63 ◦ green 170 ◦ blue 90

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

Shades of Chateau Green #3FAA5A

Tints of Chateau Green #3FAA5A

RGB

 RED value IS 63 (25% from 255) = 19.5%

 GREEN value IS 170 (66.8% from 255) = 52.63%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 19.5%
G = 52.63%
B = 27.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#3FAA5A (or 0x3FAA5A) is known color: Chateau Green. HEX triplet: 3F, AA and 5A. RGB value is (63,170,90). Sum of RGB (Red+Green+Blue) = 63+170+90=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA5A is #C055A5. Grayscale: #818181. Windows color (decimal): -12604838 or 5941823. OLE color: 5941823.

HSL color Cylindrical-coordinate representation of color #3FAA5A: hue angle of 135.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA5A is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 90 -
CMYK 0.63 0 0.47 0.33
HSL 135.14º 0.46% 0.46% -
HSV(B) 135.14º 0.63% 0.67% -
XYZ 18.27 30.54 14.61 -
YUV 128.89 106.05 81 -
System Red Green Blue C M Y K H S L
Decimal 63 170 90 0.63 0 0.47 0.33 135.14 0.46 0.46
Hex 3F AA 5A 3F 0 2F 21 87 2E 2E
Octal 77 252 132 77 0 57 41 207 56 56
Binary 111111 10101010 1011010 111111 0 101111 100001 10000111 101110 101110

Color Harmonies of #3FAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA5A

Black with #3FAA5A

Text Example


Text Example

White with #3FAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FAA5A; }

 p { color: rgb(63,170,90); }

 H1.HeaderClassName
 {
   color: #3FAA5A;
 }
 .AnyTagClassName
 {
   color: #3FAA5A;
 }
</style>

background-color css

<style>
 a { background-color: #3FAA5A; }

 a { background-color: rgb(63,170,90); }

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

border-color css

<style>
 span { border-color: #3FAA5A; }

 span { border-color: rgb(63,170,90); }

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