Html Css Color HEX #3DA565 Chateau Green

📋 copy color: '#3DA565'

red 61 ◦ green 165 ◦ blue 101

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

Shades of Chateau Green #3DA565

Tints of Chateau Green #3DA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.46%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 18.65%
G = 50.46%
B = 30.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#3DA565 (or 0x3DA565) is known color: Chateau Green. HEX triplet: 3D, A5 and 65. RGB value is (61,165,101). Sum of RGB (Red+Green+Blue) = 61+165+101=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA565 is #C25A9A. Grayscale: #7E7E7E. Windows color (decimal): -12737179 or 6661437. OLE color: 6661437.

HSL color Cylindrical-coordinate representation of color #3DA565: hue angle of 143.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA565 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 165 101 -
CMYK 0.63 0 0.39 0.35
HSL 143.08º 0.46% 0.44% -
HSV(B) 143.08º 0.63% 0.65% -
XYZ 17.73 28.84 16.94 -
YUV 126.61 113.54 81.2 -
System Red Green Blue C M Y K H S L
Decimal 61 165 101 0.63 0 0.39 0.35 143.08 0.46 0.44
Hex 3D A5 65 3F 0 27 23 8F 2E 2C
Octal 75 245 145 77 0 47 43 217 56 54
Binary 111101 10100101 1100101 111111 0 100111 100011 10001111 101110 101100

Color Harmonies of #3DA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA565

Black with #3DA565

Text Example


Text Example

White with #3DA565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,165,101); }

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

background-color css

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

 a { background-color: rgb(61,165,101); }

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

border-color css

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

 span { border-color: rgb(61,165,101); }

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