Html Css Color HEX #3DA364 Chateau Green

📋 copy color: '#3DA364'

red 61 ◦ green 163 ◦ blue 100

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

Shades of Chateau Green #3DA364

Tints of Chateau Green #3DA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.31%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 18.83%
G = 50.31%
B = 30.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#3DA364 (or 0x3DA364) is known color: Chateau Green. HEX triplet: 3D, A3 and 64. RGB value is (61,163,100). Sum of RGB (Red+Green+Blue) = 61+163+100=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA364 is #C25C9B. Grayscale: #7D7D7D. Windows color (decimal): -12737692 or 6595389. OLE color: 6595389.

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

Color convert

RGB 61 163 100 -
CMYK 0.63 0 0.39 0.36
HSL 142.94º 0.46% 0.44% -
HSV(B) 142.94º 0.63% 0.64% -
XYZ 17.32 28.11 16.57 -
YUV 125.32 113.71 82.12 -
System Red Green Blue C M Y K H S L
Decimal 61 163 100 0.63 0 0.39 0.36 142.94 0.46 0.44
Hex 3D A3 64 3F 0 27 24 8F 2E 2C
Octal 75 243 144 77 0 47 44 217 56 54
Binary 111101 10100011 1100100 111111 0 100111 100100 10001111 101110 101100

Color Harmonies of #3DA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA364

Black with #3DA364

Text Example


Text Example

White with #3DA364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,163,100); }

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

background-color css

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

 a { background-color: rgb(61,163,100); }

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

border-color css

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

 span { border-color: rgb(61,163,100); }

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