Html Css Color HEX #3FAC5A Chateau Green

📋 copy color: '#3FAC5A'

red 63 ◦ green 172 ◦ blue 90

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

Shades of Chateau Green #3FAC5A

Tints of Chateau Green #3FAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.92%

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

R = 19.38%
G = 52.92%
B = 27.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#3FAC5A (or 0x3FAC5A) is known color: Chateau Green. HEX triplet: 3F, AC and 5A. RGB value is (63,172,90). Sum of RGB (Red+Green+Blue) = 63+172+90=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC5A is #C053A5. Grayscale: #828282. Windows color (decimal): -12604326 or 5942335. OLE color: 5942335.

HSL color Cylindrical-coordinate representation of color #3FAC5A: hue angle of 134.86º 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 #3FAC5A is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 172 90 -
CMYK 0.63 0 0.48 0.33
HSL 134.86º 0.46% 0.46% -
HSV(B) 134.86º 0.63% 0.67% -
XYZ 18.65 31.3 14.73 -
YUV 130.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 63 172 90 0.63 0 0.48 0.33 134.86 0.46 0.46
Hex 3F AC 5A 3F 0 30 21 87 2E 2E
Octal 77 254 132 77 0 60 41 207 56 56
Binary 111111 10101100 1011010 111111 0 110000 100001 10000111 101110 101110

Color Harmonies of #3FAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAC5A

Black with #3FAC5A

Text Example


Text Example

White with #3FAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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