Html Css Color HEX #3DAC50 Chateau Green

📋 copy color: '#3DAC50'

red 61 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #3DAC50

Tints of Chateau Green #3DAC50

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 19.49%
G = 54.95%
B = 25.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#3DAC50 (or 0x3DAC50) is known color: Chateau Green. HEX triplet: 3D, AC and 50. RGB value is (61,172,80). Sum of RGB (Red+Green+Blue) = 61+172+80=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAC50 is #C253AF. Grayscale: #808080. Windows color (decimal): -12735408 or 5286973. OLE color: 5286973.

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

Color convert

RGB 61 172 80 -
CMYK 0.65 0 0.53 0.33
HSL 130.27º 0.48% 0.46% -
HSV(B) 130.27º 0.65% 0.67% -
XYZ 18.12 31.08 12.63 -
YUV 128.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 61 172 80 0.65 0 0.53 0.33 130.27 0.48 0.46
Hex 3D AC 50 41 0 35 21 82 30 2E
Octal 75 254 120 101 0 65 41 202 60 56
Binary 111101 10101100 1010000 1000001 0 110101 100001 10000010 110000 101110

Color Harmonies of #3DAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC50

Black with #3DAC50

Text Example


Text Example

White with #3DAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,172,80); }

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

background-color css

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

 a { background-color: rgb(61,172,80); }

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

border-color css

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

 span { border-color: rgb(61,172,80); }

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