Html Css Color HEX #3DAF50 Chateau Green

📋 copy color: '#3DAF50'

red 61 ◦ green 175 ◦ blue 80

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

Shades of Chateau Green #3DAF50

Tints of Chateau Green #3DAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.38%

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

R = 19.3%
G = 55.38%
B = 25.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#3DAF50 (or 0x3DAF50) is known color: Chateau Green. HEX triplet: 3D, AF and 50. RGB value is (61,175,80). Sum of RGB (Red+Green+Blue) = 61+175+80=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAF50 is #C250AF. Grayscale: #828282. Windows color (decimal): -12734640 or 5287741. OLE color: 5287741.

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

Color convert

RGB 61 175 80 -
CMYK 0.65 0 0.54 0.31
HSL 130º 0.48% 0.46% -
HSV(B) 130º 0.65% 0.69% -
XYZ 18.7 32.23 12.82 -
YUV 130.08 99.73 78.72 -
System Red Green Blue C M Y K H S L
Decimal 61 175 80 0.65 0 0.54 0.31 130 0.48 0.46
Hex 3D AF 50 41 0 36 1F 82 30 2E
Octal 75 257 120 101 0 66 37 202 60 56
Binary 111101 10101111 1010000 1000001 0 110110 11111 10000010 110000 101110

Color Harmonies of #3DAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAF50

Black with #3DAF50

Text Example


Text Example

White with #3DAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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