Html Css Color HEX #3CAD55 Chateau Green

📋 copy color: '#3CAD55'

red 60 ◦ green 173 ◦ blue 85

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

Shades of Chateau Green #3CAD55

Tints of Chateau Green #3CAD55

RGB

 RED value IS 60 (23.83% from 255) = 18.87%

 GREEN value IS 173 (67.97% from 255) = 54.4%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 18.87%
G = 54.4%
B = 26.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#3CAD55 (or 0x3CAD55) is known color: Chateau Green. HEX triplet: 3C, AD and 55. RGB value is (60,173,85). Sum of RGB (Red+Green+Blue) = 60+173+85=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD55 is #C352AA. Grayscale: #818181. Windows color (decimal): -12800683 or 5614908. OLE color: 5614908.

HSL color Cylindrical-coordinate representation of color #3CAD55: hue angle of 133.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD55 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 173 85 -
CMYK 0.65 0 0.51 0.32
HSL 133.27º 0.48% 0.46% -
HSV(B) 133.27º 0.65% 0.68% -
XYZ 18.45 31.5 13.7 -
YUV 129.18 103.06 78.66 -
System Red Green Blue C M Y K H S L
Decimal 60 173 85 0.65 0 0.51 0.32 133.27 0.48 0.46
Hex 3C AD 55 41 0 33 20 85 30 2E
Octal 74 255 125 101 0 63 40 205 60 56
Binary 111100 10101101 1010101 1000001 0 110011 100000 10000101 110000 101110

Color Harmonies of #3CAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAD55

Black with #3CAD55

Text Example


Text Example

White with #3CAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,173,85); }

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

background-color css

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

 a { background-color: rgb(60,173,85); }

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

border-color css

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

 span { border-color: rgb(60,173,85); }

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